{% 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_list, sortable_lists %} {% from 'events/management/_registrations_visibility_list.html' import render_registrations_visibility_labels, render_registrations_visibility_list %} {% 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 -%} Each registration form will have its entries published in the participant list according to its privacy settings. {%- 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") }}