{% import "macros.html" as macros %} {% import "components.html" as components %} {% extends "root.html" %} {% block head %} {{ community.context.display_name }} - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav() }}
{{ components::community_avatar(id=community.id,size="72px") }}

{% if community.context.display_name %} {{ community.context.display_name }} {% else %} {{ community.username }} {% endif %}

{{ community.title }}
{% if user %}
{% if not is_owner %} {% if not is_member %} {% else %} {% endif %} {% else %} {{ icon "settings" }} {{ text "communities:action.configure" }} {% endif %}
{% endif %}
{{ community.context.description }}
ID
Created {{ community.created }}
{% block content %}{% endblock %}
{% endblock %}