{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
If you have any pressing issues, please write them here while waiting for the others to finish.
{% endblock %}
{% block content %}
{% formfields %}
{% next_button %}
{% endblock %}