{% trans_default_domain "community" %}
Avatar
{% if admin is not null and app.user is not null and ( admin == app.user or is_granted("ROLE_G1")) %} {% endif %}

{{ app.request.locale == "ar" ? community.title:community.englishTitle }}

{{ community.description }}

{% if community.public == false %} {{ community.communityApprovedMembers + 1 }} - {% endif %} {{ community.communityQuestions|length }} {{ 'community.questions'|trans }} {% if community.public == false and admin is not null and app.user is not null and admin != app.user %} {% if isMember %} {{ 'community.unfollow'|trans }} {% else %} {{ 'community.follow'|trans }} {% endif %} {% elseif community.public == false and app.user is null %} {{ 'community.follow'|trans }} {% endif %}
{% for keyword in community.keywords %} {{keyword.context}} {% endfor %}
{% if app.request.get("_route") != "show_community" %}
{{ 'community.back-homepage'|trans }}
{% endif %}