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