{% extends "global/Page.html" %} {% load otree %} {% block title %} Результаты (Период {{ subsession.round_number }} из {{ Constants.num_rounds }}) {% endblock %} {% block inner_content %} {% include 'pggfg/includes/results_table.html' %} {% include 'pggfg/includes/endowment_gender_block.html' with results=True %} {% include 'pggfg/includes/results_chart.html' %}
{% next_button %} {% endblock %}