{% extends parent_template|default:"conjunto/app_base.html" %} {% load i18n crispy_forms_tags %} {% comment %} Settings page — Tabler-style sectioned card (rail + pane) embedded in the regular app shell. ``parent_template`` may be set by a downstream project (context processor) to point at the project's own app shell — e.g. medux sets it to ``core/base.html`` so the medux navigation rail renders in the global sidebar. Defaults to ``conjunto/app_base.html``. HTMX swap target: ``#cj-settings-card`` — re-rendered as the ``settings-card`` partial whenever the user clicks a rail entry, so the active class on the rail stays in sync with the visible pane. {% endcomment %} {% block title %}{% trans "Settings" %}{% endblock %} {% block page_title %}{% trans "Settings" %}{% endblock %} {% partialdef settings-rail %} {% for group, sections in groups %}
{{ plugin.description }}
{% endif %}{% trans "No settings available in this section." %}
{% endfor %} {% else %}{% trans "No settings available." %}
{% endif %} {% endpartialdef %} {% comment %} settings-card — the swap target. Click on a rail entry replaces the whole row.g-0 contents (rail + pane) so the active class is set by the server on the freshly-rendered rail. Pane self-refresh on the ``settings:changed`` event also targets this same node. {% endcomment %} {% partialdef settings-card %}