{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Questionnaire
{% endblock %}
{% block content %}
Please answer the following questions with respect to the algorithm and its recommendations:
{{ questionnaire_1 }}
{{ formfield_errors 'questions_trust_answers'}}
Please answer all questions to continue.
{{ form.errors }} {% endblock %}