{% extends "community/_base.html" %} {% from "macros/box.html" import m_box_content, m_box_menu %} {% import "community/members_macros.html" as macros with context %} {% block content %} {% call m_box_content(_("Members")) %} {%- set is_manager = g.community.has_permission(current_user, 'manage') %} {%- if is_manager %} {{ add_member() }} {%- endif %}
(: {{ _('account disabled') }}) {%- if is_manager %} {{ _('Download list') }} {%- endif %}
{% set table_id = uuid() %}