{% extends "layout.html" %} {% set active_page = "directory" %} {% block title %}An excellent title{% endblock title %} {% block body %}
Summary
Task
Display name
{{ directory.name }}
Path
{{ directory.path }}
Enabled
Thumbnail cache size
{{ tn_size_formatted }} ({{ tn_size }} bytes)
Actions
Options Learn more
{% for option in directory.options %} {% endfor %}
Option Value
{{ option.key }}
{{ option.value }}
{% endblock body %}