{% extends "global/Page.html" %} {% load otree %} {% block title %} Paragraph Recall {% endblock %} {% block content %} Please read the following paragraph:

{{paragraph}}

{% next_button %} {{ form.errors }} {% endblock %}