{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questionnaire {% endblock %} {% block content %} {% if session.config.treatment == True %}
Hi Dude
{% else %}
Good afternoon
{% endif %} {% formfields %} {% next_button %} {% endblock %}