{%extends 'explohyperfiction_base.html'%} {%block left%}
  • Add question
  • View map
  • {%endblock%} {%block main%} {%if questions%} {%for question in questions%}

    Id: {{question.id}}

    {{question.text}}

    {%if question.qr%}

    This one is a QR code question

    {%endif%}

    Answers

    {%for answer in answers%} {%ifequal answer.question.id question.id%}

    {{answer.text}}

    {%endifequal%} {%endfor%} View Edit

    Delete
    {%endfor%} {%else%}

    There are not questions

    {%endif%} {%endblock%}