{% extends "global/SurveyPage.html" %} {% load i18n %} {% load otree static %} {% block title %}Data quality {% endblock %} {% block content %}
We would like to ask about the data you generated, please answer truthfully.
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}