{% extends "global/Page.html" %} {% load otree %} {% block title %} Finale Position: {% endblock %} {% block content %}

Ihre finale Position besteht aus {{ player.stock_amount_3 }} XY AG Aktien welche bei {{ player.stock_price_3 }} pro Stück notieren und {{ player.cash_amount_3 }} in "cash". Der Gesamtwert Ihrer Position ist daher: {{ player.final_wealth_3 }}

{% endblock %}