{{ DLUX_STRINGS.profile_page_section|default:"Profile page" }}
{% for tile in page_toggles %}
{{ tile.label }}
{% if tile.help %}
{{ tile.help }}
{% endif %}
{% endfor %}
{{ nudges_help }}

{{ 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 %}