{% extends "community/_base.html" %} {% from "macros/box.html" import m_box_content, m_box_menu with context %} {% from "macros/recent.html" import m_recent_items %} {% macro m_users_table(users_and_roles, controls) %} {% set table_id = uuid() %}
{%- deferJS %} {%- enddeferJS %} {% endmacro %} {% macro m_groups_table(groups_and_roles, controls) %} {% set table_id = uuid() %} {%- deferJS %} {%- enddeferJS %} {% endmacro %} {% block content %} {% call m_box_content("Permissions") %}