{% comment %} {% endcomment %}
{{ question.created_date|date:"d/m/Y" }}
ID: {{ question.id }}

Rapid: {{ question }}

Normal: {{ question.normal }}

Region: {{ question.get_regions }}

Examination: {{ question.get_examinations }}

Laterality: {{ question.laterality }}

Abnormality: {{ question.get_abnormalities }}

Images: {% for image in question.images.all %} Image {{ forloop.counter }}{% if image.description %} ({{image.description}}){% endif %}{% if image.feedback_image %} [feedback image]{% endif %}:
{% endfor %}
Exam(s): {% for exam in question.exams.all %} {{ exam }}, {% endfor %} {% comment %} {% endcomment %}

Open Access: {{ question.open_access }}

Feedback: {{ question.feedback }}

History: {{ question.history }}

Author(s): {% for author in question.author.all %} {{author}}, {% endfor %}

Checked by: {% for verified in question.verified.all %} {{verified}}, {% endfor %}

{% comment %}

Scrapped: {{ question.scrapped }} (toggle)

{% endcomment %}

Answers: {% for answer in question.answers.all|dictsortreversed:"status" %} {% endfor %}
AnswerScore
{{ answer }} {{answer.status}}

{% if view_feedback %} {% include 'question_notes.html' %} {% if not question.normal %}
Suggested answers
{% endif %} {% endif %}
Image viewer
Image annotations: {% for image in question.images.all %} Image {{ forloop.counter }}: {{image.image_annotations}}
{% endfor %}
Anonymise dicoms