{% load i18n leprikon_tags %}
{% if reg.canceled %}{% endif %}{{ reg.subject.name }}{% if reg.canceled %}{% endif %} {% trans 'download' %} {% if not reg.canceled and not reg.cancel_request %} {% trans 'cancel' %} {% endif %}
{{ reg.participant }}
{{ reg.parents | comma_separated }}
{{ reg.created }}
{% if reg.canceled %} {% blocktrans with d=reg.canceled %}registration canceled on {{ d }}{% endblocktrans %} {% elif reg.cancel_request %} {% trans 'cancellation requested' %} {% elif reg.approved %} {% blocktrans with d=reg.approved %}registration approved on {{ d }}{% endblocktrans %} {% else %} {% trans 'awaiting approval' %} {% endif %}
{% include 'leprikon/registration_payments_presences.html' %}