{% extends "admin_profile_base.html" %} {% load i18n baseurl %} {% block title %} {{ block.super }} » {% trans "General Settings" %} {% endblock %} {% block bodyclass %}admingeneral{% endblock %} {% block breadcrumb_content %} {{ block.super }} » {% trans "General Settings" %} {% endblock %} {% block section_description %}{% trans "Configure here the general settings for your site." %}{% endblock %} {% block section_body %}
{% for field in form %}

{{ field.label_tag }} {{ field }} {% if field.help_text %} {{ field.help_text }} {% endif %}

{% endfor %}

{% trans "Dependency Checks" %}

{% if optional %}

{% trans "Optional" %}

{% endif %} {% if optimal %}

{% trans "Optimizations" %}

{% endif %}
{% endblock %}