Document Index
{% if error %}
{{ error }}
{% endif %}
{% if configuration.allownew %}
{% endif %}
{% if configuration.allowupload %}
{% endif %}
{% if configuration.allowupload or configuration.allownew %}
{% endif %}
{% if namespace %}
{{ namespace }}
{% endif %}
{% if namespace or subdirs %}
{% if namespace %}
- ../
{% endif %}
{% for dir in subdirs %}
{% if namespace %}
- {{dir}}/
{% else %}
- {{dir}}/
{% endif %}
{% endfor %}
{% endif %}
{% csrf_token %}
{% if docs %}
{% endif %}
{% if namespace %}
{% if allowcopy or allowdelete %}
Document Management Operations
{% if allowcopy %}
selected documents to
{% endif %}
{% if allowcopy and allowdelete %}
selected documents to
{% endif %}
{% if allowdelete %}
selected documents
{% endif %}
{% endif %}
{% endif %}
{% endblock %}