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

{{ title }}

{% if errormsg %}

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

{% endif %}

{% blocktrans %} You can change status from students to alumni on Yahoo! Mail
and delete accounts on Active Directory and LDAP. {% endblocktrans %}

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

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