{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Session 3 Pre-session Survey
{% endblock %}
{% block content %}
Reminder: This is the start of a new session, in which the bot now uses a different strategy.
{% formfields %}
{% next_button %}
{% include Constants.instructions_template %}
{% endblock %}