{% load i18n smart_image %}{% spaceless %} {% with features=instance.get_features %}

{{ instance.title }}

{% for item in slides %} {% media_thumb item.image "1200x400" as thumb %}

{{ item.title }}

{% if item.content %}
{{ item.content|safe }}
{% endif %} {% if item.link_url %} {% endif %}
{% endfor %}
{% endwith %} {% endspaceless %}