{% extends 'atlas/base.html' %} {% block content %}
Edit Clone Delete Add Note {% if request.user.is_superuser %} Admin Edit {% endif %} {% if collection %}
{% if previous %} Previous question {% endif %} Viewing question as part of collection: {{collection.name}} [{{case_number|add:1}}/{{collection_length}}] {% if next %} Next question {% endif %}
{% endif %}
{% include 'atlas/case_display_block.html' %} {% endblock %} {% block js %} {% endblock %}