{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Result
{% endblock %}
{% block content %}
Your input was {{ player.division_result_entered }}, the actual result was {{ correct_answer }}.
Your answer was {{ result_text }}.
{% next_button %}
{% endblock %}