{% extends "global/Page.html" %} {% load otree static %} {% load i18n %} {% block title %} {% trans "Part 2 - Questionnaire 6" %} {% endblock %} {% block content %}
{% trans "Communication with the other members of your group" %}
{% for field in form %}
{{ field.label }}
{{field}}
{% endfor %}
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}