{% extends "base.html" %} {% block content %} {% if admin %}

Manage shared directories

{% for dir in manage_dirs %} {% endfor %}
{{ dir.path }}

The following directory names are excluded from sharing. Check config file:

    {% for dir in exclude_dirnames %}
  • {{ dir }}
  • {% endfor %}
{% endif %} {% endblock %}