{# templates/settings/page.html #} {% extends "base.html" %} {% block title %} {{ _("Settings") }} {% endblock title %} {% block main %}

{{ _("Settings") }}

{{ _("Manage your application settings and preferences") }}

  • {% if is_plus_enabled %}
  • {% endif %}
{# ───────────────── Tab highlighting for horizontal tabs ───────────────── #} {% endblock main %}