{% block layout_utilities_frosh_share_basket %}
{% if froshShareBasketState is defined %} {% set snippetName = "frosh-share-basket.#{froshShareBasketState}" %} {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: "info", content: snippetName|trans } %} {% endif %}
{% block frosh_share_basket_copy_button %}
{% endblock %} {% block frosh_share_basket_mail_button %} {% if config('FroshPlatformShareBasket.config.email') %} {{ "frosh-share-basket.email"|trans }} {% endif %} {% endblock %} {% block frosh_share_basket_facebook_button %} {% if config('FroshPlatformShareBasket.config.facebook') %} {{ "frosh-share-basket.facebook"|trans }} {% endif %} {% endblock %} {% block frosh_share_basket_whatsapp_button %} {% if config('FroshPlatformShareBasket.config.whatsapp') %} {{ "frosh-share-basket.whatsapp"|trans }} {% endif %} {% endblock %} {% block frosh_share_basket_web_button %} {% if config('FroshPlatformShareBasket.config.webshare') %} {% endif %} {% endblock %}
{% endblock %}