{% load i18n %}
|
{% if pgg.is_current %}
{% trans "Current" %}
{% else %}
{% trans "Not current" %}
{% endif %}
{{ pgg.title }}
|
|
| {{ pg.name }} | {{ pg.performance_figure }} |
| {% trans "Agreement at" %} | {{ pgg.event.title }} ({{ pgg.event.date }}) |
| {{ pgg.description }} | |