{% extends "otree/BaseAdmin.html" %} {% block head_title %} oTree tools {% endblock %} {% block body_main %} {% with anbar=nbar|default:None %} oTree-tools Home (current) Export Focus Raw focus data Focus/unfocus per page Time {% if export_activated|default:False %} {% include 'otree_tools/includes/initial_export_button.html' %} {% endif %} {% endwith %} {{ block.super }} {% endblock %} {% block internal_styles %} {{ block.super }} {% endblock %}