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 }}
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 (score): {% for answer in question.answers.all %} {{ answer }} ({{answer.status}}), {% endfor %}