{% if people %} {% if role %}{{ role }}:{% endif %} {% for p in people %} {% if forloop.counter <= max %} {% if not forloop.first %}/{% endif %} {{ p }} {% elif forloop.last %} 等 {% endif %} {% endfor %} {% endif %}