{% 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 7 columns in the following order: {%- endtrans %} {% trans -%} Only the field "Title" is 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('.contributions_import', event)}) }}