{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block content %}


This is the registration page.

Please fill in these background questions before starting the rating task:

{% for options in form.questions1 %}
{% endfor %}

{% endblock %}