{% extends "admin/base_site.html" %} {% block title %}Download Registrations{% endblock %} {% block content %}

Edit Registration

{% include '_errors.html' %}
Select Registrations {{ form }}
{% if no_results %}

{{ no_results }}

{% endif %} {% if results %} {% for reg in results %} {% endfor %}
{{reg.registrant.get_full_name }} {{reg.registrant.email }} {{reg.amount }} {{reg.payment }} {{reg.party }}
{% endif %} {% endblock content %}