{{
components::community_avatar(id=community.id,size="72px")
}}
{% if user %}
{% if community.context.display_name %} {{ community.context.display_name }} {% else %} {{ community.username }} {% endif %}
{{ community.title }}
{% 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 %}