{% for item in reasons.reasons %}

{{item.title}}

{% if item.image.image_desktop and item.image.image_desktop != '' %} {% if 'svg' in item.image.image_desktop or 'gif' in item.image.image_desktop %} {{item.image.image_alt}} {% else %} {{item.image.image_alt}} {% endif %} {% endif %}
{{item.content}}
{% endfor %} {% if reasons.disclaimer != '' %}
{{reasons.disclaimer}}
{% endif %}