{% extends 'permission_index.html' %} {##} {#{% block title %}#} {# {{ page_title }} :: {{ block.super }}#} {#{% endblock %}#} {% block content %}
{% include 'include/_add_toolbar.html' with name="Добавить" url="add_role" %}
{% for ro in roles %} {% endfor %}
Название
{{ ro.name }} {{ ro.cnt }}
{% if page_obj.has_other_pages %}
{% endif %}
{% endblock %}