{% from 'forms/_form.html' import form_header, form_rows, form_footer %} {% from 'message_box.html' import message_box %} {{ form_header(form) }} {{ form_rows(form) }} {% if registrations_without_ticket_count %}
{% endif %} {% call form_footer(form) %} {% trans %}Cancel{% endtrans %} {% endcall %} {% if form.attach_ticket is not none and registrations_without_ticket_count %} {% endif %}