{% extends "admin/base_site.html" %} {% load i18n fb_tags fb_csrf %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block bodyclass %}change-form filebrowser{% endblock %} {% block content-class %}content-flexible{% endblock %} {% block breadcrumbs %} {% with "filebrowser/admin/"|add:settings_var.THEME|add:"/include/breadcrumbs.html" as breadcrumbs_template %} {% include breadcrumbs_template %} {% endwith %} {% endblock %} {% block content %}
{% fb_csrf_token %} {% if form.errors %}

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

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

{{ form.name.help_text|safe }}

{% endif %}
{% endblock %}