{% extends "global/Page.html" %} {% load otree static %} {% block title %} You are a {{ player.role|capfirst }} {% endblock %} {% block content %} {% for r in repository %}
{% if r.owner.role == 'seller' %} The cost of the {% if r.unit == 0 %} first {% else %} second {% endif %} unit to you: {{ r.cost }} {% else %} The value of the {% if r.value == 32 or r.value == 19 %} first {% else %} second {% endif %} unit to you: {{ r.value }} {% endif %}