{% load thumbnail %} {% if banner_inlines %}
{% for banner_inline in banner_inlines %} {% with banner=banner_inline.banner %} {% thumbnail banner.image.file thumb_dimensions as thumb %} {{ banner.image.title }} {% endthumbnail %}

{{ banner.title }}

{% if banner.description %} {{ banner.description|linebreaks }} {% endif %}

{{ banner.link_text|default:"Read more" }}

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