{% for pc in c.participation_items %}
{% include "serviceform/reports/snippets/_participant_row.html" with item=pc participant=pc.cached_participant %}
{% endfor %}
{% for pc in c.old_participation_items %}
{% include "serviceform/reports/snippets/_participant_row.html" with item=pc participant=pc.cached_participant %}
{% endfor %}
{% endif %}
{% endfor %}
{% else %}
{% for pa in a.participation_items %}
{% include "serviceform/reports/snippets/_participant_row.html" with item=pa participant=pa.cached_participant %}
{% endfor %}
{% for pa in a.old_participation_items %}
{% include "serviceform/reports/snippets/_participant_row.html" with item=pa participant=pa.cached_participant %}
{% endfor %}