{% sw_extends '@Storefront/storefront/component/delivery-information.html.twig' %}
{% block component_delivery_information_available %}
{% set holidayDays=((config('DmitsDeliveryTime.config.holidaydate')|date('U')- 'now'|date('U'))/60/60/24 )|round(0, 'ceil') %}
{% if holidayDays>0 && config('DmitsDeliveryTime.config.showHolidayTextProduct')%}
{{ 'dmits.deliverytime.custom.holdiayTextProduct'|trans({
'%holidayDate%': config('DmitsDeliveryTime.config.holidaydate')|format_date('short', locale=app.request.locale)
})|raw }}
{% endif %}
{{ parent() }}
{% endblock %}