{{item.title}}

{% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' or reasons.layoutOptions.showCarouselContentOnMobile == 'true' %}
{% endif %} {% if item.image.image_desktop and item.image.image_desktop != '' %} {{item.image.image_alt}} {% endif %} {% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' or reasons.layoutOptions.showCarouselContentOnMobile == 'true' %}
{% endif %} {% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' %}
{{reasons.layoutOptions.expandableCallForAction}}
{% endif %}
{{item.content}}
{% if item.showReview == "true" %} {% from "../_review/_review.html" import review with context %} {{ review( sectionName = "reasons", title = item.review.title, time = item.review.time, name = item.review.name, address = item.review.address, age = item.review.age, content = item.review.content, rating = item.review.rating ) }} {% endif %}