{% if users %} {% for user in users %} {{user.username}}{% if not forloop.last %}, {% endif %} {% endfor %} and {% endif %} {{ anon }} {{ _('anonymous users') }}