{% 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 %}