{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %}
Ronda {{ group.round_number }} - Bloque BC
Su elección {% endblock %} {% block content %} {% if player.round_number > 1 %}Estos fueron los valores de los 2/3 del promedio en las rondas previas: {{ group.two_thirds_avg_history }}
{% endif %} {% formfield player.guess with label="Por favor seleccione un número entre 0 y 100:" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}