{% extends 'core/wide.html' %} {% load staticfiles %} {% load i18n %} {% load compress %} {% load core_tags %} {% block bodyargs %}ng-app="users" ng-controller="UsersController"{% endblock %} {% block headextra %} {% vendor 'angular' %} {% vendor 'ng-infinite-scroll' %} {% compress css %} {% endcompress css %} {% compress js %} {% endcompress js %} {% endblock %} {% block wide %}

User management

{$ service.list.count $} {% trans 'users found' %}

{% trans 'Name (Username)' %} {% trans 'Email' %} {% trans 'Status' %} {% trans 'Groups' %}
{$ row.full_name $} ({$ row.user.username $})
{$ email.email $} ({% trans 'not verified' %})
{% trans 'superuser' %} {% trans 'staff' %} {% trans 'active' %} {% trans 'disabled' %} {% trans 'pending' %} {% trans 'confirmed' %} {$ group.name $}{$ $last ? '' : ', ' $} {% include 'auth/users_options.html' %}
{% include 'auth/users_modal_show_user.html' %} {% include 'auth/users_modal_update_user.html' %} {% include 'auth/users_modal_disable_user.html' %} {% include 'auth/users_modal_enable_user.html' %} {% include 'auth/users_modal_confirm_user.html' %} {% include 'auth/users_modal_reject_user.html' %} {% include 'auth/users_modal_activate_user.html' %} {% endblock %}