{% load i18n %}

{% trans "All participants" %} ({{ps|length}})

{% for p in ps %} {% include "serviceform/reports/snippets/_participant_row.html" with participant=p %} {% endfor %}