This Quiz has expired. You can no longer attempt this Quiz.
{% else %}
{% load tz %}
{% get_current_timezone as TIME_ZONE %}
You can attempt this Quiz at any time between {{ questionpaper.quiz.start_date_time }} {{ TIME_ZONE }} and {{ questionpaper.quiz.end_date_time }} {{ TIME_ZONE }}
You are not allowed to attempt the Quiz before or after this duration
{% endif %}
Welcome {{user.first_name.title}} {{user.last_name.title}}, to the programming quiz!
{{ questionpaper.quiz.instructions|safe }}
{% if user == "moderator" %}
{% if not questionpaper.quiz.is_expired %}
{% endif %}
{% endblock content %}
{% if user %}
{% block info %}
{{user.get_full_name|title}}({{user.profile.roll_number}}) Logged in as {{user.username}}