{% load i18n %} {% comment %} Profile-page settings builder. JS (system_setup.js) hydrates from data-config and serializes back into the hidden #id_profile_config field. Reuses the dlux toggle component. {% endcomment %}
{{ DLUX_STRINGS.profile_page_section|default:"Profile page" }}
{% for tile in page_toggles %}
{{ tile.label }}
{% endfor %}

{{ DLUX_STRINGS.initial_user_setup_section|default:"Initial User Setup (first login)" }}
{{ DLUX_STRINGS.profile_onboarding_enabled|default:"Show the first-login setup modal" }}
{{ DLUX_STRINGS.profile_onboarding_help|default:"New users pick their preferences on first login instead of digging into Options." }}

{{ DLUX_STRINGS.profile_onboarding_offers|default:"Preferences the modal offers:" }}

{% for tile in onboarding_toggles %}
{% endfor %}