{% load i18n leprikon_tags %}
{% if reg.canceled %}{% endif %}{{ reg.subject.name }}{% if reg.canceled %}{% endif %} ({% trans 'registration number' %}: {{ reg.variable_symbol }}) {% trans 'download' %} {% if not reg.canceled and not reg.cancel_request %} {% trans 'cancel' %} {% endif %}
{{ reg.created }}
{% if reg.canceled %} {% if reg.approved %} {% blocktrans with d=reg.canceled %}registration canceled on {{ d }}{% endblocktrans %} {% else %} {% blocktrans with d=reg.canceled %}registration refused on {{ d }}{% endblocktrans %} {% endif %} {% 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 %}
{% for participant in reg.all_participants %}
{{ participant.full_name }}
{% if participant.parents %}
{{ participant.parents | comma_separated }}
{% endif %} {% include 'leprikon/registration_participant_presence.html' %} {% endfor %} {% if reg.all_group_members %}
{{ reg.group.name }}
{{ reg.group.full_name }}
{{ reg.group_members_list_html }}
{% endif %} {% include 'leprikon/registration_payments.html' %}