Rapid: {{ question }}
Region: {{ question.get_regions }}
Examination: {{ question.get_examinations }}
Laterality: {{ question.laterality }}
Abnormality: {{ question.get_abnormalities }}
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 }}