{{ components::community_banner(id=community.id, community=community) }}
{{ components::community_avatar(id=community.id,
community=community, 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_joined %}
{% else %}
{% endif %} {% else %}
{{ icon "settings" }}
{{ text "communities:action.configure" }}
{% endif %}
{% endif %}
{{ community.context.description|markdown|safe }}
ID
Created
{{ community.created }}
Members
{{ community.member_count }}
Score
{{ community.likes - community.dislikes
}}
{% if user %}
{{ components::likes(id=community.id,
asset_type="Community",
likes=community.likes,
dislikes=community.dislikes) }}
{% endif %}
{% block content %}{% endblock %}