{% load i18n %} {% for role, list in people.items %}
{% trans role %}: {% for p in list %} {% if forloop.counter <= max %} {% if not forloop.first %}/{% endif %} {{ p }} {% elif forloop.last %} … {% endif %} {% endfor %}
{% endfor %}