{% extends "base.html" %} {% block pagetitle %}Online Test{% endblock %} {% block content %} {% csrf_token %} {% if paper.questions_answered.all or paper.questions_unanswered.all %}
| Question | State |
|---|---|
| {{ question.summary }} | Attempted | {% else %}
| {{ question }} | Not completed | {% endif %}