{% extends "admin/base_site.html" %} {% load i18n admin_static admin_list admin_urls %} {% load fb_tags fb_csrf %} {% load url from future %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% include "suit/include/breadcrumbs.html" %} {% endblock %} {% block content %}
{% fb_csrf_token %}
{% if form.errors %}
{% trans 'Please correct the following errors.' %}
{% endif %}
{{ form.dir_name }} {% if form.dir_name.errors %}{{ form.dir_name.errors }}{% endif %} {{ form.dir_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 %}