{% extends "global/Page.html" %} {% load otree static %} {% block title %} {{ view.title }} {% endblock %} {% block content %}
Please note that the maximum of wrong answers allowed is {{ Constants.max_total_wrong_answers }}.
So far you have given {{ tot_wrong }} wrong answers.
In case you submit more than {{ Constants.max_total_wrong_answers }} wrong answers you will not be eligible for this study and any payouts.
{{ formset.management_form }} {% for f in formset %} {% endfor %}
{{ f.instance.label|safe }} {% for field in f %} {% formfield field label='' %} {% endfor %}
{% next_button %} {% endblock %}