{% extends "global/Page.html" %} {% load otree %} {% block title %}Итоги{% endblock %} {% block content %} {% for row in table %} {% for cell in row %} {% if forloop.counter0 %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{cell}}{{cell}}

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}