custom/plugins/SwagAmazonPay/src/Resources/views/storefront/component/account/register.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/account/register.html.twig' %}
  2. {% block component_account_register_header %}
  3.     {{ parent() }}
  4.     {% if app.request.get('isAmazonLoginError') %}
  5.         {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
  6.             type: "danger",
  7.             content: 'SwagAmazonPay.errors.loginWithAmazon'|trans|sw_sanitize
  8.         } %}
  9.     {% endif %}
  10. {% endblock %}