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

{{ instance.title }}

{% for item in ressources %} {% media_thumb item.image "250x200" as thumb %}
{{ item.image_alt }} {% if item.title %}

{{ item.title }}

{% endif %}
{% endfor %}
{% endwith %} {% endspaceless %}