{% 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 %}

Manage configs

Set up directory sharing config values.


{% for config in configs %} {% endfor %}

Manage messages

Set up a message, visible to all users.


{% endif %} {% endblock %}