{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block content %}
{% if player.problem_type == 1 %} Choice {% endif %} {% if player.problem_type == 2 %} Estimate {% endif %}
{% endblock %}