{% 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)
Index size
{{ index_size_formatted }} ({{ index_size }} bytes)
Document count
{{ doc_count }}
An excellent option list
{% for option in directory.options %} {% endfor %}
Option Value
{{ option.key }}
{{ option.value }}
An excellent control panel
{% endblock body %}