{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %} {% if errormsg %}

{% trans 'Failed to upload the file.' %}
{{ errormsg }}

{% endif %}

{% trans 'Would you select a csv file which includes user entries?' %}

{{ form.as_table }}
{% endblock %}