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

Upload

Here you can upload a new FoLiA XML document to the editor.

{% csrf_token %}

Upload

{% 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 dirs %} {% endif %} {% if docs %} {% endif %}
{% endblock %}