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

{% trans "Help" %}

{{ form.name.help_text|safe }} {% if settings_var.CONVERT_FILENAME %}
{% trans "The Name will be converted to lowercase. Spaces will be replaced with underscores." %}{% endif %}

{% endblock %}