{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %} {% if what_is_the_answer_to_choices == 1 %} You get 4 euros. {% else %} You get 3 euros. {% endif %} {% next_button %} {% endblock %}