{{
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 user %}
{{ components::likes(id=community.id,
asset_type="Community", likes=community.likes,
dislikes=community.dislikes) }}
{% endif %}
{% if not is_owner %} {% if not is_member %}
{% else %}
{% endif %} {% else %}
{% endif %}
{% endif %}
{{ community.context.description|markdown|safe }}
ID
Created
{{ community.created }}
{% block content %}{% endblock %}