{% trans_default_domain "community" %}
Avatar

{{ 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 follow %} {{ 'community.follow'|trans }} {% endif %} {% if request %} {{ 'community.follow'|trans }} {{ 'community.disapprove'|trans }} {% endif %}
{% for keyword in community.keywords %} {{keyword.context}} {% endfor %}