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