{% load dlux_tags %}
{{ change_set.unknown_keys|join:", " }}
{{ DLUX_STRINGS.settings_import_no_changes|default:"This file matches the current configuration. There is nothing to apply." }}
{% else %}{{ DLUX_STRINGS.settings_import_absent_note|default:"These keep their current values. An import never resets a setting the file omits." }}
{{ change_set.absent_keys|join:", " }}