Email Address: {{ entry.email }}
{% if entry.club %}
Club: {{ entry.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.results.grade == 'fail' %}
Unfortunately, you have not passed the theory exam in this attempt. For your next attempt, it might help to revise the following topics:
{% for tag in tag_output %}
{{ tag[0] }}
{% endfor %}
{% endif %}
A copy of these results will be sent to you via email.
{% endif %}
{% endblock %}