{% extends "admin/base_site.html" %} {% load i18n admin_static admin_list admin_urls %} {% load fb_tags %} {% load url from future %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block coltype %}colM{% endblock %} {% block bodyclass %}change-form{% endblock %} {% block breadcrumbs %} {% include "suit/include/breadcrumbs.html" %} {% endblock %} {% block content %}
{% for extension in settings_var.EXTENSIONS.items %} {% ifnotequal extension.0 'Folder' %} {% if forloop.first %}{% trans "Allowed" %}:{% else %} {% endif %}

{{ extension.0|safe }} ({{ extension.1|join:", "|safe }})

{% endifnotequal %}
{% endfor %}
{% trans "Max. Filesize" %}:

{{ settings_var.MAX_UPLOAD_SIZE|filesizeformat }}

{% if settings_var.CONVERT_FILENAME %}
{% trans "The Name will be converted to lowercase. Spaces will be replaced with underscores." %} {% endif %}
{% endblock %}