{% extends 'events/management/base.html' %} {% from 'message_box.html' import message_box %} {% block title %} {%- trans %}Registration{% endtrans -%} {% endblock %} {% block description %} {% trans -%} Registration forms allow people to register for the event. {%- endtrans %} {% endblock %} {% block content %} {% if not event.has_feature('payment') %}
{% trans %}Payments disabled{% endtrans %}
{% trans %}Payments are disabled for this event{% endtrans %}
{% endif %}
{% trans %}Registration managers{% endtrans %}
{% trans %}Add/remove users allowed to manage registrations{% endtrans %}
{% trans %}Participant list{% endtrans %}
{% trans %}Define how the participant list will be shown on the event page{% endtrans %}

{% trans %}List of registration forms{% endtrans %}

{% for regform in regforms %}
{% else %} {%- call message_box('info', fixed_width=true) -%} {% trans %}There are no registration forms yet.{% endtrans %} {%- endcall %} {% endfor %}
{%- trans %}Create form{% endtrans -%}
{% endblock %}