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

{% trans 'Index of user list' %}

{% trans 'Please click [get list] to get current user list.' %}

{% trans 'Please select which you want to show the list.' %} {% for col in servers %} {% endfor %} {% for row in entries %} {% for item in row.1 %} {% endfor %} {% endfor %}
{% trans 'Date' %} {% trans 'All users' %}{% trans 'Detail' %}
{{ row.0 }} HTML {% trans 'CSV' %} {{ item.0 }}
{% endblock %}