{% extends "base-projector.html" %} {% load i18n %} {% load tags %} {% block title %}{{ block.super }} - {{ title }}{% endblock %} {% block content %}
{{ group.user_set.all.count }} {% trans "participants" %}
{% comment %} TODO: print fullname (not username) of all group users [see #420]{% if group.user_set.all %} {{ group.user_set.all|join:", " }} {% endif %}
{% endcomment %}