{% load static %} {% load i18n %} {% load thumbnail %} {% load front_tags %}
{% for i in image_results %}
{% thumbnail i.image_file "140x140" crop="center" format="PNG" as im %}{% empty %}{% endthumbnail %}
{{ i.title }}
{% endfor %}