Rapid: {{ question }}
Normal: {{ question.normal }}
Region: {{ question.get_regions }}
Examination: {{ question.get_examinations }}
Laterality: {{ question.laterality }}
Abnormality: {{ question.get_abnormalities }}
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" %}
Answer Score
{% endfor %}
{{ answer }}
{{answer.status}}