{{ title }}
{% endif %}
{% if reloadUrl %}
{% endif %}
{% if stylesheets.external|length > 0 %}
{% for style in stylesheets.external %}
{% endfor %}
{% endif %}
{% if stylesheets.inline|length > 0 %}
{% endif %}
{% if dntFound %}
{{ 'CoreAdminHome_OptOutDntFound'|translate }}
{% elseif reloadUrl %}
{# empty #}
{% else %}
{# if only showing confirmation (because we're in a new window), we only display the success message if JS is disabled.
# otherwise we try to close the window immediately.
#}
{% if showConfirmOnly %}
{{ 'CoreAdminHome_OptingYouOut'|translate }}
{% endif %}
{% if not showConfirmOnly %}
{% endif %}
{% endif %}
{% if javascripts.external|length > 0 %}
{% for script in javascripts.external %}
{% endfor %}
{% endif %}
{% if javascripts.inline|length > 0 %}
{% endif %}