{% extends 'material_base.html' %} {% block title %}Users administration page{% endblock %} {% block description %}Users administration page of the AYTA system{% endblock %} {% block content %}

Users administration page

All users
Authorize new user
Unique identifier
Name of the user
Additional information
Registered users
{% for user in users %} {% endfor %}
Actions sub Alias Description
{{ user.get('sub') }} {{ user.get('alias') }} {{ user.get('description') }}
{% endblock %}