{% 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 }}, and your favorite Rick and Morty character is {{ FaveRickAndMortyCharacter }}.

{% next_button %} {% endblock %}