diff --git a/openslides/participant/templates/projector/GroupSlide.html b/openslides/participant/templates/projector/GroupSlide.html index 90f738743..3de117e95 100644 --- a/openslides/participant/templates/projector/GroupSlide.html +++ b/openslides/participant/templates/projector/GroupSlide.html @@ -8,17 +8,15 @@ {% block content %}
{{ group }} -

{{ group.user_set.all.count }} {% trans "participants" %}:

-

- {% if group.user_set.all %} - {{ group.user_set.all|join:", " }} - {% endif %} -

+

{{ 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 %}
- -{% endblock %} - -{% block scrollcontent %} - {% endblock %}