{% extends "global/Page.html" %} {% load otree %} {% block content %}
Basierend auf Ihrer Erfahrung mit dem kostenlosen Angebot an Nachrichtenartikeln…
{% for choice in form.Cur_1 %} {% endfor %} {% for choice in form.Cur_2 %} {% endfor %} {% for choice in form.Cur_3 %} {% endfor %}
sehr wenig sehr stark
{{ form.Cur_1.label }}{{ choice }}
{{ form.Cur_2.label }}{{ choice }}
{{ form.Cur_3.label }}{{ choice }}
{% for choice in form.Cur_1 %} {% endfor %} {% for choice in form.Cur_2 %} {% endfor %} {% for choice in form.Cur_3 %} {% endfor %}
sehr wenig sehr stark
{{ form.Cur_1.label }}{{ choice }}
{{ form.Cur_2.label }}{{ choice }}
{{ form.Cur_3.label }}{{ choice }}
{{ form.Cur_1.label }}
sehr wenig {% for choice in form.Cur_1 %}

{{ choice }}

{% endfor %} sehr stark
{{ form.Cur_2.label }}
sehr wenig {% for choice in form.Cur_2 %}

{{ choice }}

{% endfor %} sehr stark
{{ form.Cur_3.label }}
sehr wenig {% for choice in form.Cur_3 %}

{{ choice }}

{% endfor %} sehr stark
{% endblock %}