{% extends "global/Page.html" %} {% load otree %} {% block title %}{% if is_not_last_round %} Portfolio Übersicht - Runde {{ round_no }}{% else %}Ende des Experiments - Finale Werte{% endif %}{% endblock %} {% block content %}
{% if is_not_last_round %} {% if invested_previous_round %} Bitte entscheiden Sie, ob Sie investiert bleiben oder Ihr Kapital auszahlen möchten. {% else %} Bitte entscheiden Sie, ob Sie ausgezahlt bleiben oder Ihr Kapital in den Markt investieren möchten. {% endif %}

{% endif %} {% if invested_previous_round %} {% else %} {% endif %}
Tagesgeldkonto
Portfoliowert
Rendite absolut
Rendite prozentual
{{ player.cash }}
{{ player.payoff }}
{{ player.payoff }}
{{ player.cash }}
{{ player.portfolio_returnInEur }}
{{ player.portfolio_returnInPercent }}%

{% if is_not_last_round %} {% if invested_previous_round %}

{% else %}

{% endif %} {% else %} {% endif %}

{% if is_not_last_round %} {% if invested_previous_round %}
{% else %}
{% endif %} {% endif %}
{% endblock %}