{% extends "global/Page.html" %} {% load otree static %} {% block title %} Result {% endblock %} {% block content %} {% if correct_answer == True %}

Congratualtions! Your anwser is correct!

{% else %}

Sorry, wrong answer!

{% endif %} {% next_button %} {% endblock %}