{% extends "base.html" %} {% block main %}

Upload

Here you can upload a new document to the editor.

{% csrf_token %}

Add Directory

{% csrf_token %} {{namespace}}

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