{% extends base %}
{% block head_extra %}
{% endblock head_extra %}
{% block content %}
{% import "macros/action_icons_static.html" as icons with context %}
{% block title %}Roles{% endblock %}
Departments
{% if departments %}
{% endif %}{# end of checking if departments populated #}
{% if departments %}
Roles
Department | Role | Description | (actions) |
{% endif %}{# end of checking if departments populated #}
{% from "macros/dialog.html" import dlg_prep with context %}
{{ dlg_prep(["dlg_department", "dlg_role"]) }}
{# dlg divs below #}