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

This concludes the first experiment.

{% if is_sender %} You were selected as the sender {% else %} You were selected as the receiver {% endif %}

{% next_button %} {% endblock %}