{{ question.created_date }}

Rapid: {{ question }}

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.feedback_image %} [feedback image]{% endif %}:
{% endfor %}
Exams: {% for exam in question.exams.all %} {{ exam.name }}, {% endfor %}

Feedback: {{ question.feedback }}

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

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

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

Answers: {{ question.GetMarkedAnswers }}

Notes: