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

{{ opTitle }}

{% 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 %}