{% extends "community/_base.html" %} {% from "macros/box.html" import m_box, m_box_menu with context %} {% block header %}{% endblock %} {% block content %} {%- call m_box(title=_("My communities")) %} {%- set is_admin = current_user.has_role('admin') %}
|
{{ community.name }}
{{ community.description }}
{{ community.membership_count }}
-
{{ community.document_count }}
-
{{ community.last_active_at | age }}
|