{% extends "global/Page.html" %} {% load otree static %} {% block content %} {% load static %}
Here, you can see a detailed review of your performance in Period {{ period_num }}:
| Round | Realized Value of selected Project | Number of Reveals | Number of Revisits | {# show penalty column only if needed #} {% if show_refresh_penalty_column %}Refresh Penalty | {% endif %}Net Performance |
|---|---|---|---|---|---|
| {{ row.round }} | {{ row.value }} | {{ row.reveals }} | {{ row.num_revisits }} | {# show cells only if the column is needed #} {% if show_refresh_penalty_column %} {# value for refresh penalty #}{{ row.refresh_penalty }} | {% endif %}{{ row.net_perf }} |
| Total Net Performance: | {# space holder for dynamic column (penalties)#} {% if show_refresh_penalty_column %}{% endif %} | {{ period_net_perf }} | |||