{% extends "global/Page.html" %} {% load otree %} {% block title %} Paragraph Recall {% endblock %} {% block content %}

{% formfield player.p5_para label="Please re-write the paragraph that you just read. Press next when you finish writing." %}

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