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

History: {{ question.history }}

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 %}
Combine Images
Combining images, please wait...
Click here to view/add findings
Exam(s): {% for exam in question.exams.all %} {{ exam }}, {% endfor %}

Open Access: {{ question.open_access }}

Feedback: {{ question.feedback }}

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

Sample Answers: {% for answer in question.sample_answers.all|dictsortreversed:"score" %} {% endfor %}
AnswerScore
{{ answer }} {{answer.score}}

{% comment %}

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

{% endcomment %}
{% if view_feedback %} {% include 'question_notes.html' %} {% endif %}