{% load i18n leprikon_tags %}
{{ reg.participant }} ({% trans 'registration number' %}: {{ reg.variable_symbol }})
{{ reg.participant.birth_date }}
{{ reg.participant.age_group }}
{{ reg.participant.address }}
{{ reg.participant.contact }}
{{ reg.participant.school_and_class }}
{{ reg.participant.health | linebreaks }}
{% for parent in reg.parents %}
{{ parent.full_name }}, {{ parent.address }}
{{ parent.contact }}
{% endfor %} {% for qa in reg.get_questions_and_answers %}
{{ qa.answer }}
{% endfor %} {% include 'leprikon/registration_payments_presences.html' %}