{% extends "global/Page.html" %} {% load otree static %} {% load humanize %} {% load i18n %} {#--- STYLES ---------------------------------------------------------------------------------------------------------#} {% block styles %} {% endblock %} {#--- TITLE ----------------------------------------------------------------------------------------------------------#} {% block title %} {% blocktrans trimmed %} Results {% endblocktrans %} {% endblock %} {#--- CONTENT --------------------------------------------------------------------------------------------------------#} {% block content %}
| {% trans "Price" %} | {% trans "Player" %} | {% trans "Decision" %} | {% trans "Payoff" %} | |
| {% if pos == 1 %} {% trans "Initial Price" %} {% else %} {% trans "Price at Position" %} {{ pos }} {% endif %} | {{ price|intcomma }} {{ exp_currency }} | {{ index }} | {% if realisation == 1 %} {% blocktrans trimmed %} buy {% endblocktrans %} {% elif realisation == 0 %} {% blocktrans trimmed %} don't buy {% endblocktrans %} {% endif %} | {{ payoff }} {{ exp_currency }} |