{% if user.is_staff %} {% for w in winners|dictsort:"question.id" %} {% with w.respondent as profile %} {% endwith %} {% endfor %}
Winner Question Prize email Ship to
{{ profile.display_name }} {% firstof profile.full_name profile.get_full_name %} {{ w.question }} {{ w.question.prize }} {{ w.respondent.email }} {% firstof profile.full_name profile.get_full_name %}
{{ profile.street_address }}
{{ profile.city }} {{ profile.state }} {{ profile.zip }} {% if w.notes %}
{{ w.notes|linebreaks }} {% else %} {% endif %}
{% else %}

You're either not logged in, or you shouldn't be seeing this page.

{% endif %}