{% from "./_subscribeBox-label.html" import subscribeBoxLabel %} {{ subscribeBoxLabel ( checkboxText = cartSingleProduct.purchase_checkbox.secondaryCheckbox ) }}
{% include "./benefits-list.html" %} {% include "./purchaseBox-disclaimer.html" %} {% if cartSingleProduct.purchase_checkbox.show_double_checkbox == 'true' %}
{% from "./_subscribeBox-label.html" import subscribeBoxLabel %} {{ subscribeBoxLabel ( checkboxText = cartSingleProduct.purchase_checkbox.mainCheckbox ) }}
{% endif %}