{% extends "otree/Session.html" %} {% block internal_styles %} {{ super() }} {% endblock %} {% block content %} {{ super() }} {# removed the card because wide tables were overflowing past it. #} {% for table in tables %} {% for header in table.headers %} {% endfor %}
# {% if header.prefix %}{{ header.prefix }}
{% endif %}{{ header.display }}
{% endfor %} {# some extra whitespace so people can scroll past the fixed bottom toolbar #}



Refresh
Round
{% endblock %} {% block internal_scripts %} {{ super() }} {% endblock %}