{% extends "quiz/components/base.html" %} {% block content %}

SKA Refereeing Theory Exam

Candidate Results

{{ entry.get_surname() }}, {{ entry.get_first_name() }}

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 %}
{{ score }}
{{ entry.result.grade[0]|upper }}{{ entry.result.grade[1:] }}
{% 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: {% endif %} A copy of these results will be sent to you via email. {% endif %} {% endblock %}