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

SKA Refereeing Theory Exam

Candidate Results

{{ entry.name.surname }}, {{ entry.name.first_name }}

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