{% extends 'permission_index.html' %} {##} {#{% block title %}#} {# {{ page_title }} :: {{ block.super }}#} {#{% endblock %}#} {% block content %}
{% include 'include/_add_toolbar.html' with name="Добавить" url="add_user" %}
{% if system %} {% endif %} {% for us in users %} {% if system %} {% endif %} {% endfor %}
ФИО ЛогинПроект
{{ us.name }} {# {{ us.name }}#} {{ us.username }} {# {{ us.username }}#} {{ us.project }} {# {{ us.username }}#}
{% if page_obj.has_other_pages %}
{% endif %}
{% endblock %}