{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}

{% if what_is_the_answer_to_choices == 1 %} The outcome is {{x}}. {% else %} The outcome is 3. {% endif %}.

{% next_button %} {% endblock %}