{% extends "base.html" %} {% load formatting %} {% block content %}

{{ sponsorship.user.get_full_name }}

 {{ sponsorship.user.username }}

Summit:{{ sponsorship.summit.name }}
{{ sponsorship.summit.location }}
Location:{{ sponsorship.location }}
Country:{{ sponsorship.country }}

{{ sponsorship.about|escape|paras|urlize }}

Other

Special diet/needs:{{ sponsorship.diet }}

{{ sponsorship.further_info|escape|paras|urlize }}

Score

{% for score in scores %}

{{ score.user.get_full_name }}: {{ score.score|stringformat:"+d" }}
{{ score.comment }}

{% endfor %}
Comment:
{% endblock %}