{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Tu rol y tu decisión {% endblock %} {% block content %}
Tú eres quien responde.
El otro participante será quien te proponga una oferta de como repartirse {{ Constants.endowment }}.
Por favor, elige abajo como responderías a cada una de estas posibles ofertas.
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}