{{ group }} {% if users is defined and users %} {% for id, user in users %} {{ [user.forename, user.surname]|filter(v => v)|join(' ') }} <{{ user.mail }}> {% endfor %} {% endif %}