{% sw_extends '@Storefront/storefront/section/quickview/component.html.twig' %} {# FreeThemeOne 'section/quickview/component.html.twig' #} {# @TODO: #check and #refactore template... #} {# ---------------- START: SET TEMPLATE VARS ---------------- #} {# FreeThemeOne: Set theme variables #} {% set iconPack = theme_config('ft-icon-set') %} {# ---------------- END: SET TEMPLATE VARS ---------------- #} {% block page_content_section_quickview %} {% set quickview = false %} {% set arrowHeadLeft %} {% sw_icon 'chevron-left' style { pack: iconPack, 'size' : 'fluid' } %} {% endset %} {% set arrowHeadRight %} {% sw_icon 'chevron-right' style { pack: iconPack, 'size' : 'fluid' } %} {% endset %} {% for block in section.blocks %} {% if block.extensions.swagCmsExtensionsQuickview is not null and block.extensions.swagCmsExtensionsQuickview.active %} {% set quickview = true %} {% endif %} {% endfor %} {% block page_content_section_quickview_modal %} {% if quickview %}
{% endif %} {% endblock %} {% endblock %}