{% load smart_image %}{% spaceless %} {% with features=instance.flat_features %} {% if instance.link_url %} {% else %}
{% endif %} {% if instance.title %}
{{ instance.title }}
{% endif %} {% if instance.image %}
{% media_thumb instance.image "250x200" as thumb %} {{ instance.image_alt }}
{% endif %} {% if instance.content %}
{{ instance.content|safe }}
{% endif %} {% if instance.link_url %}
{% else %}
{% endif %} {% endwith %} {% endspaceless %}