{% 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_if_none: False %} Export as CSV {% endif %} {% endwith %} {{ block.super }} {% endblock %} {% block internal_styles %} {{ block.super }} {% endblock %}