{% extends 'rapids/base.html' %} {% block content %} {% if exam %}
{% if previous > -1 %} Previous question {% endif %} This question is part of exam: {{exam.name}} [{{pos}}/{{exam_length}}] {% if next %} Next question {% endif %}
{% endif %} Edit Clone Delete Add Note {% if request.user.is_superuser %} Admin Edit {% endif %} {% include 'rapids/question_display_block.html' %} {% endblock %}