{% load i18n %} {% comment %} Initial User Setup — first-login onboarding fragment loaded into the dlux dynamic modal. Save submits the form (dynamic-modal JS → POST → {success} → reload). Skip is handled by system_setup-agnostic JS (data-dlux-skip-setup) which POSTs `skip=1`. {% endcomment %}

{{ DLUX_STRINGS.initial_user_setup_intro|default:"Pick your preferences to get started — you can change these any time in Options." }}

{% csrf_token %} {% if allow_theme %}
{% endif %} {% if allow_language %}
{% endif %} {% if allow_fonts %}
{% endif %} {% if allow_home %}
{{ DLUX_STRINGS.initial_user_setup_home_help|default:"Where you land after signing in." }}
{% endif %}