{% extends "termidesk/admin2/base2.html" %} {% block maintab %} {% load user_permissions %} {% can_create_authenticators request.user as user_can_create_authenticators %} {% can_change_authenticators request.user as user_can_change_authenticators %} {% can_delete_authenticators request.user as user_can_delete_authenticators %}

Домены аутентификации

Поиск:
по названию или комментарию
{% if user_can_create_authenticators %} {% endif %} {% if user_can_change_authenticators %} {% endif %} {% if user_can_delete_authenticators %} {% endif %}
Приоритет Название Тип Пользователи Комментарии
на стр.
1-15 из 75
из 5
{% endblock %} {% block bottomjs %} {% endblock %}