{% extends "global/Page.html" %} {% load otree static %} {% block content %}

Bitte beantworten Sie noch ein paar Fragen zu Ihrer Bewegung im Alltag

{% for f in form %}
{% if f.name == "sport1" %} {% elif f.name == "sport2" %} {% elif f.name == "sport3" %} {% elif f.name == "sport4" %} {% endif %} {% with form_field=f %} {% include "slider_4.html" %} {% endwith %}
{% endfor %}
{% next_button %} {% endblock %} {% block styles %} {% endblock %}