EditCloneDeleteEdit Answers Add Note
{% load rapids_extras %}
{% if request.user.is_superuser %}
Admin EditUser answers
{% endif %}
{% comment %} Migrate to shorts (authors / rapid_checkers / superusers) {% endcomment %}
{% if request.user.is_superuser or request.user in question.author.all or request.user|has_group:"rapid_checker" %}
Migrate to Shorts
{% endif %}
{% if exam %}
{% if previous > -1 %}
Previous question
{% endif %}
Viewing question as part of exam: {{exam}} [{{pos}}/{{exam_length}}]
{% if next %}
Next question
{% endif %}