{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% if schemas|length > 1 %} {% endif %}
{% csrf_token %}

{% blocktranslate with schema=schema.key level=level.key %} {{ schema }} settings, at the {{ level }} level {% endblocktranslate %}

{% blocktranslate trimmed %} Each box holds a JSON value this level sets. Leave one empty and the setting is inherited from the level above; type null to set it to nothing on purpose. {% endblocktranslate %}

{% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %} {% for row in rows %}
{{ row.value.errors }}
{{ row.value }}
{{ row.value.help_text }}
{{ row.lock }} {{ row.lock.help_text }}
{% endfor %}
{% endblock %}