{% extends "global/Page.html" %} {% load otree static %} {% block title %} Fragen {% endblock %} {% block content %}
    {% for field in form %}
  1. {{ field.label }}
    {{ field }}
  2. {% endfor %}
{% next_button %} {% endblock %}