{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{% trans 'Administrator Menu' %}{% endblock %} {% block content %}

{% trans 'Account Management' %}

{% if errorList %}

{% endif %} {% if migList %} {% for item in migList %} {% cycle '' '' %} {% cycle '' '' %} {% endfor %} {% endif %} {% if yahooList %} {% for item in yahooList %} {% cycle '' '' %} {% cycle '' '' %} {% endfor %} {% endif %}
{% trans 'Add account' %} {% trans 'User List' %}
{% trans 'Import CSV' %} {% trans 'View summary' %}
{% trans 'Change password' %} {% trans 'History of changing password' %}
{% trans 'History of update account' %}
{{ item.1 }}
{{ item }}

{% trans 'Group Management' %}

{% trans 'Add group' %} {% trans 'Group List' %}
{% trans 'History of update group' %}

{% endblock %}