{% extends "crud/list.html" %} {% from "macros/list.html" import filter_text %} {% set entity_name = 'Unit User' %} {% block page_css %} {% endblock %} {% block filters_section %}
Filters
{{ filter_text('filter-username', 'Username') }}
{% endblock %} {% block table_content %} {% if is_global %}{% endif %}
Username Role DescriptionBusiness Unit
{% endblock %} {% block page_scripts %} {% endblock %}