{% extends "html/base_authenticated.html" %} {# INPUT: - notebook - an instance of Notebook - worksheet - an instance of Worksheet - username - a string containing a username - title - a string - select - a string containing the control that is selected #} {% set system_names = worksheet.notebook().system_names() %} {% block title %}{{ worksheet.name() }}{% endblock %} {% block javascript %} {% if not worksheet.is_published() or worksheet.notebook().conf()['pub_interact'] %} {% elif worksheet.is_published() %} {% endif %} {% if MATHJAX %} {% endif %} {% if JEDITABLE_TINYMCE and not worksheet.docbrowser() and not worksheet.is_published() %} {% endif %} {% if worksheet.filename() %} {% endif %} {% endblock %} {% block main %} {% if notebook is defined and notebook.readonly_user(username) %}