{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Ergebnis
{% endblock %}
{% block content %}
Sie haben {{ rows_right }} {% if rows_right == 1 %} Zahlenreihe {% else %} Zahlenreihen {% endif %} richtig beantwortet. Dafür erhalten Sie eine Auzahlung von {{ rows_payoff }} €.
{% next_button %}
{% endblock %}