{% extends 'staff_base.html' %} {% load static %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}

{% translate 'Import users' %}

{% include 'staff_message_rendering_template.html' with importer_log=importer_log %}
{% csrf_token %}

{% translate 'Upload Excel file' %} ({% translate 'Download sample file' %}, ). {% translate 'This will create all contained users.' %}

{% include 'bootstrap_form.html' with form=excel_form %}
{% if not test_passed %} {% else %} {% translate 'Import Users' %} {% translate 'Import Users' %} {% blocktranslate trimmed %} Do you really want to import the users from the Excel file? {% endblocktranslate %} {% endif %}
{% endblock %} {% block additional_javascript %} {% endblock %}