{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_noscript %}
{{ parent() }}
{% if controllerName|lower == 'checkout' %}
<noscript>
<iframe style="width: 100px; height: 100px; border: 0; position: absolute;top: -5000px;" src="https://h.online-metrix.net/fp/tags?org_id=363t8kgq&session_id={{ context.token }}"></iframe>
</noscript>
{% endif %}
{% endblock %}