{% extends "global/Page.html" %} {% load otree %} {% block title %}Recall Phase{% endblock %} {% block content %}
{{ cue_label }}:
{% if not is_control %}
Time remaining: s
{% endif %}
{{ formfield_errors 'recall_answers' }}
{% next_button %}
{% endblock %}