{% trans "Responsible contact persons" %} ({{service_form.responsibilityperson_set.all|length}})
{% for p in service_form.responsibilityperson_set.all %}
{% include "serviceform/reports/snippets/_participant_row.html" with participant=p is_responsible=1 %}
{% endfor %}