{% extends "otree/Base.html" %} {% load i18n %} {% load otree static %} {% block internal_styles %} {{ block.super }} {% endblock %} {% comment %} NOTE: we should keep this page as simple as possible so that 'view source' is friendly i removed many linebreaks to make output HTML cleaner {% endcomment %} {% block body_main %} {% if view.progress|default_if_none:False %} {% block progress %} {% include 'reallocation/includes/progress.html' %} {% endblock %} {% endif %}