{% if cartToggleMobileSectionsDesktop.sectionBanner.showSectionBanner and cartToggleMobileSectionsDesktop.sectionBanner.showSectionBanner == 'true' %} {% from "../_sectionBanner/_sectionBanner.html" import sectionBanner %} {{ sectionBanner( componentName = 'sectionBanner', styleVariantion = '', content = cartToggleMobileSectionsDesktop.sectionBanner.title, showCta = cartToggleMobileSectionsDesktop.sectionBanner.showCta, mainBtnText = '' ) }} {% endif %}
{% include "../cartToggleSubscriptionMode/cartToggleSubscriptionMode.html" %} {% include "../cartSections/cartSections.html" %}
{% include "../cartToggleSubscriptionMode/includes/extra-data.html" %} {% if cartToggleMobileSectionsDesktop.benefits_list_modal.show_modal == "true" %} {% include "../cartToggleSubscriptionMode/includes/benefits-info-modal.html" %} {% endif %} {% set isSubscribe = 'true' %} {% if isSubscribe == 'true' and cartToggleMobileSectionsDesktop.continuity_mode_modal.show_modal == "true" %} {% include "../cartToggleSubscriptionMode/includes/subscribe-info-modal.html" %} {% endif %} {% set isSubscribe = 'false' %} {% if isSubscribe == 'false' and cartToggleMobileSectionsDesktop.regular_mode_modal.show_modal == "true" %} {% include "../cartToggleSubscriptionMode/includes/subscribe-modal.html" %} {% endif %}