{% extends "base.html" %} {% load formatting %} {% block page_name %}Sponsorship Request Review{%endblock %} {% block sub_nav %}{% endblock %} {% block content %}

{{ sponsorship.user.get_full_name }}

{{ sponsorship.user.email }}
 {{ sponsorship.user.username }}

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

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

Other

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

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

Score

{% for score in scores %}

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

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