{% extends "admin/base_site.html" %} {% load i18n admin_static filebrowser %} {% load url from future %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block navigation %}
  • {% trans "Main Page" %}
  • {% trans "Return To Folder" %}
  • {% endblock %} {% block content %} {% if form.errors %}

    {% trans 'Please correct the following errors.' %}

    {% endif %}

    {{ title }}

    {% csrf_token %}
    {{ form.name }}{% if file_extension %}{{ file_extension }}{% endif %} {{ form.name.errors }} {% if form.name.help_text %}

    {{ form.name.help_text|safe }}

    {% endif %}
    {% endblock %}