{% extends "events/base.html" %} {% load event_tags %} {% load base_filters %} {% load styled_forms %} {% block title %}{{ event.title }} - custom registration form(s){% endblock %} {% block extra_head %} {{ block.super }} {% endblock extra_head %} {% block body %}
{% event_nav user event %}

Manage Custom Registration Form(s)

Event: {{ event.title }}

{% if reg_conf.use_custom_reg_form %} {% if reg_conf.bind_reg_form_to_conf_only %}
This event uses one custom registration form.
{% else %}
This event uses a separate custom registrations form for each pricing.
{% for price in regconfpricings %} {% endfor %} {% endif %} {% else %}

This event doesn't use custom registration forms.

{% endif %}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}