{{ group.description }}
{% endif %} {% if group.new_member_criteria %}{{ _('New Member Criteria') }}:
{{ group.new_member_criteria }}
-
{% if group.irc_channel %}
- {{ _('IRC Channel') }}: {{ group.irc_channel }} {% endif %} {% if group.website %}
- {{ _('Website') }}: {{ group.website|urlize }} {% endif %} {% if group.wiki %}
- {{ _('Wiki') }}: {{ group.wiki|urlize }} {% endif %}
- {{ _('Members') }}: {{ members }} {% if skills %}
- {{ _('Skills members have in common') }}: {% for skill in skills[:15] %} {{ skill.name }}{% if not loop.last %},{% endif %} {% else %} None {% endfor %} {% endif %}
{% if group.functional_area %} {{ _('Community Steward') }} {% elif curators|length > 1 %} {{ _('Curators') }} {% else %} {{ _('Curator') }} {% endif %}
{% set show_curators_details = curators.count() < 4 %} {% for curator in curators %}
{% if show_curators_details %}
{% endif %}
{% endfor %}