{% trans_default_domain "community" %}
{{ 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 %}