{%extends 'explohyperfiction_base.html'%} {%block left%} {%endblock%} {%block main%}

Id: {{question.id}}

{{question.text}}

{%if question.qr%}

This is a QR question

{%endif%}

Answers

{%for answer in answers%}

Id: {{answer.id}}

{{answer.text}}

Feedback

{{answer.message}}

{%endfor%}
{%endblock%}