{% from 'forms/_form.html' import simple_form %} {% from 'message_box.html' import message_box %} {% call message_box('highlight', large_icon=true) %} {% trans -%} You should upload a CSV (comma-separated values) file with exactly 6 columns in the following order: {% endtrans %} {% trans -%} The fields "First Name", "Last Name" and "E-mail" are mandatory. {%- endtrans %}
{% trans -%} Users will be matched with existing Indico identities through their e-mail. {%- endtrans %} {% endcall %} {{ simple_form(form, back=_('Cancel'), footer_align_right=true, form_header_kwargs={'multipart': true, 'action': url_for('.registrations_import', regform)}) }}