{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
First part
{% endblock %}
{% block content %}
Your final payoff in the first part was equal to {{ participant.payoff }}.
You will receive 0.01 $ for each point.
{% next_button %}
{% endblock %}