{% extends "global/Page.html" %} {% load otree static %} {% load otree i18n %} {% block styles %} {% endblock %} {% block title %} {% trans 'Results' %} {% endblock %} {% block content %}
{% trans 'Your student type: Type' %} {{ type }}

{% blocktrans %} Two rounds have been drawn at random from the ones you played. In the following table, you can find your earnings. {% endblocktrans %}

{% trans 'Round' %} {{ round1 }} {{ payoff1 }}
{% trans 'Round' %} {{ round2 }} {{ payoff2 }}
{% trans 'Total Payoff' %} {{ sum }}

{% blocktrans with payoff_euros=payoff_euros participant_fee=participant_fee total_euros=total_euros%} You earned {{ payoff_euros }} plus the participation fee of {{ participant_fee }}. In total, you will receive an amount of {{ total_euros }}. {% endblocktrans %}

{% blocktrans %} The study has now been completed. Thank you for your participation! {% endblocktrans %}

{% endblock %}