{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results of Round {{subsession.round_number}}/{{Constants.num_rounds}} {% endblock %} {% block content %}
| Cash | Shares | Share Value | Total | P&L |
|---|---|---|---|---|
| {{player.get_cash}} | {{player.get_shares}} | {{player.get_share_value}} | {{player.get_portfolio_value}} | {{player.get_pandl}} |