Email Address: {{ entry.get_email() }}
{% if entry.get_club() %}
Club: {{ entry.get_club() }}
{% endif%}
{% if entry.status == 'late' %}
Your results are invalid because you did not submit your exam in time. Please contact the SKA Refereeing Coordinator.
{% else %}
{% if entry.result.grade == 'fail' %}
Unfortunately, you have not passed the theory exam in this attempt. For your next attempt, it might help to brush up on the following topics:
{% for tag in tag_output %}
{{ tag }}
{% endfor %}
{% endif %}
A copy of these results will be sent to you via email.
{% endif %}
{% endblock %}