{% extends "events/base.html" %} {% load event_tags %} {% load base_filters %} {% load styled_forms %} {% block title %}{% blocktrans with title=event.title %}{{ title }} - custom registration form(s){% endblocktrans %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock extra_head %} {% block content %}

{% trans 'Manage Custom Registration Form(s)' %}

{% trans 'Event' %}: {% blocktrans with title=event.title %}{{ title }}{% endblocktrans %}

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

{% trans "This event doesn't use custom registration forms." %}

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