{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{% trans 'Yahoo Mail Migration' %}{% endblock %} {% block content %}

{% trans 'Yahoo Mail Migration' %}

{% if errorList %}

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