{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Final Result
{% endblock %}
{% block content %}
Your total result is {{ player.payoff }}.
The amount you received from the quizzes is {{ payoff_quiz }}.
Your total amount of tokens is {{ total }}
Thank you for your participation!
{% endblock %}