{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {# % block title % #} {# #} {# % endblock % #} {% block content %}
Indicate your likelihood of engaging in the following activities in the next 12 months.
{% for field in form %} {% endfor %}
Very unlikelyUnlikelySomewhat unlikelyNeither likely nor unlikelySomewhat likelyLikelyVery likely
{{ field.label_tag }} {{ field.errors }}

{% next_button %} {% endblock %}