{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ round }} {% endblock %} {% block content %}
The letter you have been assigned is {{ letter }}.

Click on ’Yes’ if you want to share your letter with your group members and on ’No’ otherwise.

{% for field in form %} {{ field }} {% endfor %}
{% next_button %}
{{ form.report.errors }} {% endblock %}