{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Survey completed!
{% endblock %}
{% block content %}
This is the end of the survey. You earned {{ player.media_earnings }} during the memory task, and you have earned
2 euros for completing the survey.
In total, you have earned {{ participant.payoff_plus_participation_fee }}.
{% next_button %}
{% endblock %}