{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% block content %}
Технические роли систем
Название {{ object.name|placeholder }}
Короткий URL {{ object.slug|placeholder }}
{% include 'inc/panels/custom_fields.html' %}
В составе ролей:
{% render_table systemrole_table %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}