{# CODEX_DJANGO_CLI BLUEPRINT STATUS: MOVE_TO_CLI_BLUEPRINT. Reason: generated app-layer or scaffold-owned template for codex-django-cli blueprints. #} {% extends "cabinet/base_cabinet.html" %} {% load i18n %} {% block cabinet_content %}

{% trans "Booking settings" %}

{% trans "Configure default resource-slot booking rules used by the booking module." %}

{% if storage_warning %} {% endif %}
{% csrf_token %}
{% for field in form %}
{{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %}
{% if form.non_field_errors %} {% endif %}
{% trans "Back to schedule" %}
{% endblock cabinet_content %}