{% extends "admin/base_site.html" %} {% load i18n static fb_tags %} {% block stylesheets %} {{ block.super }} {% endblock %} {% block rtl_styles %} {{ block.super }} {% endblock %} {% block coltype %}colM{% endblock %} {% block bodyclass %}change-form filebrowser{% if query.pop %} popup{% endif %}{% endblock %} {% block content_title %}

{% include "filebrowser/include/breadcrumbs.html" %}

{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% csrf_token %}
{% if form.errors %}

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

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

{{ form.name.help_text|safe }}

{% endif %}
{% endblock %}