{% load i18n %} {% for activity in the_activities %} {% with activity.get_endorsements as endorsements %} {% endwith %} {% endfor %}
{% trans 'ID' %} {% trans 'Title' %} {% trans 'Reporting Organisation' %} {% trans 'Date submitted' %} {% trans 'Endorsed' %}
{{ activity.id }} {{ activity.title }} {{ activity.reporting_organisation }} {{ endorsements.submitted }} {{ endorsements.endorsed.0 }}/{{ endorsements.endorsed.1 }}