{% extends widget.get_base_template %} {% load i18n %} {% load thumbnail %} {% load leonardo_tags %}
{% if item.files.get_featured_image.file %} {% thumbnail item.files.get_featured_image.file "120x90" crop="center" format="PNG" as image %} {{ item }} {% endthumbnail %} {% else %} {% thumbnail request.webcms_options.no_image "120x90" crop="center" format="PNG" as alt_image %} {{ item }} {% endthumbnail %} {% endif %}

{{ item }}