{% extends 'events/management/base.html' %} {% from '_switch.html' import switch %} {% from 'message_box.html' import message_box %} {% from 'forms/_form.html' import form_header, form_footer, form_rows %} {% from '_sortable_list.html' import sortable_lists %} {% block title %} {%- trans %}Participants display{% endtrans -%} {% endblock %} {% block description %} {% trans -%} Customize how the registrations are shown on the participant list page. {%- endtrans %} {% endblock %} {% block content %} {{ form_header(form, id='js-participant-display-form') }} {{ form_rows(form) }} {% if not regforms %}
{% trans -%} Select which registration form will have its entries published in the participant list. {%- endtrans %}
{% trans -%} By dragging the column titles, you can choose which fields to display and reorder them. Custom fields added to registration forms can only be shown if the registration forms are not merged. {%- endtrans %}
{{ sortable_lists(_("Shown columns"), enabled_columns, _("Hidden columns"), disabled_columns, classes="i-box titled two-columns js-participant-list-columns disable-if-locked") }}