{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Post-Questionnaire (Part 3) - Instructions
{% endblock %}
{% block content %}
{% include Constants.instructions_template %}
{% formfield player.message label="Please type your message below:"%}
{% next_button %}
{% endblock %}