{% extends "otree/BaseBuiltIn.html" %} {% load otree_tags floppyforms %} {% block head_content %} {{ block.super }} {% endblock %} {% block title %} Dashboard for session {% if other_sessions and not is_demo %} {% else %} {{ session.code }} {% endif %} {% if is_demo %} (demo) {% endif %} {% endblock %} {% block content %} {% include 'otree/TopMenu.html' %} {% endblock %}