{% extends "base.html" %} {% block head_extra %} {% endblock %} {% block content %} {% set raw_dir = directory.rstrip('/') %} {% if raw_dir == '' %} {% set dir_label = '/' %} {% else %} {% set dir_label = raw_dir.rsplit('/', 1)[-1] %} {% endif %}
{{ box.name }}
{{ dir_label }}
Session: {{ session }}
{{ directory }}
{% endblock %} {% block extra_scripts %} {% endblock %}