{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Your earnings from the media stage
{% endblock %}
{% block content %}
Your result from the media stage is {{ player.media_earnings }}.
This will be added to your total payoff. Press next to continue to the next stage.
[just kidding, you will only earn BELGIAN CHOCOLATES! but please add any pressing comment you have to the next page
while you wait for everyone to finish so we can discuss together.]
{% next_button %}
{% endblock %}