{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %} {% if errormsg %}
{% trans 'Failed to upload the file.' %}
{{ errormsg }}
{% trans 'Would you select a csv file which includes user entries?' %}
{% endblock %}