{% load user_group_tags %} {% load base_tags %} {% load base_filters %} {% load i18n %}

{% firstof group.name group.label trans 'Untitled' %}

{{ group.active_members.count }} {% trans 'Member' %}{{ group.members.count|pluralize }} {% if group.notes %}
{{ group.notes|striptags|truncatewords:20 }}
{% endif %} {% if group.type == 'system_generated' %}
System Generated Group
{% endif %}
{% include 'user_groups/meta.html' %}