{% extends "attendeereg/base.html" %}{% load adminmedia %} {% block main_csslinks %} {% endblock %} {% block content %}{% load restructuredtext %}

Registration

Donation to the Python Software Foundation (optional)
{{ donation_form.as_p }}

Registrations {% for form in reg_forms %}
${{ form.subtotal }} {% if form.name.data %}{{ form.name.data|escape }} {% else %} Registration #{{ forloop.counter }}{% endif %} (click to show/hide) {% if forloop.counter0 %}{% endif %}
{{ form.as_p }}
{% if not forloop.last and form.is_valid %} {% endif %} {% endfor %}
  Total: ${{ total }}
{% endblock %}