{% if oauth_providers is defined and oauth_providers|length > 0 %}

{{ 'storefront.oauth.or_continue'|trans }}

{% for p in oauth_providers %} {% if p.iconClass %} {% endif %} {{ 'storefront.oauth.continue_with'|trans({ '%name%': p.displayName }) }} {% endfor %}
{% endif %}