{% load static otree %} {# spaces to make debug info less distracting #}


{# .debug-info so it's visible in inspector #}
Debug info
{% include 'otree/includes/hidden_form_errors.html' %} {% for table in view.debug_tables|default:None %}
{{ table.title }}
{% for k, v in table.rows %} {% endfor %}
{{ k }} {{ v }}
{% endfor %}