{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results of Round {{subsession.round_number}}/{{session.num_rounds}} {% endblock %} {% block content %}
| Cash | Shares | Share Value | Total | P&L |
|---|---|---|---|---|
| {{cash}} | {{shares}} | {{share_value}} | {{portfolio_value}} | {{pandl}} |