{% extends "global/Page.html" %} {% load otree static %} {% block title %} Investitions-Entscheidungen {% endblock %} {% block content %}
{# Condition row:#} {% if condition == 'baseline' %} {% elif condition == 'probs_shown' %} {% else %} {% endif %}
Anteile Einstandskurs Aktueller Kurs Wahrscheinlichkeit
für Anstieg
Gewinne/Verluste
Absolut (in %)
Kurswert
Bargeld {{ cash }}
Aktie {% if player.hold > 0 %}+{% endif %}{{player.hold}} {{base_price}} {{price}}-{{ bayes_prob }}% {{ up_prob_state }}%{{player.returns}} ({{percentage_returns}}) {{all_val}}
Gesamt {{wealth}}

{% endblock %}