{% extends "admin/base_site.html" %} {% load i18n staticfiles fb_tags fb_csrf %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block coltype %}colM{% endblock %} {% block bodyclass %}change-form filebrowser{% if query.pop %} popup{% endif %}{% endblock %} {% block breadcrumbs %}{% include "filebrowser/include/breadcrumbs.html" %}{% endblock %} {% block content %}
{% fb_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 %}