{% sw_extends "@Storefront/storefront/component/form/form-input.html.twig" %} {% block component_form_input_input %} {{ parent() }} {% if not isRegisterAddress and isSiwkRoute and shopValue is defined and isDifferent %} {{ 'KlarnaPayment.signInWithKlarna.matching.input.compareTitle'|trans({ '%shopValue%': shopValue })|raw }} {% endif %} {% endblock %}