{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
End of the Sequence
{% endblock %}
{% block content %}
{{ player.payment_message }}
Your total payment is {{ player.Currency_symbol}}{{ player.participant.payoff }}.
Please fill up a questionnaire and provide IBAN before leaving us.
{% next_button %}
{% endblock %}
{% block scripts %}
{# Here we include javascript block where we connect via websockets to oTree server #}
{% include './includes/channel-js.html' %}
{% endblock %}