{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Participant ID: {{ participant_id }}, Stage: 3, Round: {{ round_number }}/15
{% endblock %} {% block content %} {{ form.action_choice.errors }}
Context

Please select your action by clicking on the button below it
If you wish to change your action, simply click on the one you wish to change to
Please click 'Confirm' after you are ready to proceed with your choice

{% for action_image in action_images %}
{% endfor %}
{% include "buttons/ConfirmButton.html" %} {% endblock %}