{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Debriefing {% endblock %} {% block content %}

Answer the following questions about the task you just did.


{% for field in form %} {% formfield field %}
{% endfor %} {% endblock %}