{% extends 'base.html' %} {% block title %} {{ title }} :: {{ block.super }} {% endblock %} {% block content %}
{% include 'include/_editor_toolbar.html' %}
{% if user_item.is_system %}
{% endif %} {% if user_roles %}
{#
    #}
#}
{% endif %}
{% if user_roles %}
{% for k, rp in role_permissions.items %}
{% if rp %} {% endif %}
{% endfor %}
{# #}
{% endif %}
{% endblock %}