{% if user.is_staff %}
Winner | Question | Prize | Ship to | ||
---|---|---|---|---|---|
{{ profile.display_name }} | {% firstof profile.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 %} |
{% endwith %}