{% extends "base.html" %} {% block title %}Good bye!{% endblock %} {% block pagetitle %}Online Test{% endblock %} {% block content %} {% csrf_token %} {% if submitted or unattempted %}
Submitted Questions {% if submitted %} {{ submitted|join:", " }} {% else %}

No Questions have been Submitted

{% endif %}
Unattempted Questions {% if unattempted %} {{ unattempted|join:", " }} {% else %}

All Questions have been Submitted

{% endif %}
{% endif %}

Good bye!

{{message}}


You may now close the browser.


Login Again
{% endblock content %}