{% extends "global/Base.html" %} {% load otree_tags %} {% block title %}Results{% endblock %} {% block content %} {% for row in table %} {% for cell in row %} {% if forloop.counter0 %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{cell}}{{cell}}

{% next_button %}

{% include instructions %} {% endblock %}