{% extends "global/Page.html" %} {% load otree static %} {% block title %} Here are your results! {% endblock %} {% block content %}
Your name is {{ name }}, your age is {{ age }}, your arbitrary choice is {{ level }}, your favorite Rick and Morty character is {{ FaveRickAndMortyCharacter }}, and your pizza is {{ pizza }}.
{% next_button %} {% endblock %}