{% load i18n %} {% load thumbnail %} {% if image_path == None %} {% trans "(None)" %} {% else %} {% thumbnail image_path preview_size format=preview_format as thumb %} {% endthumbnail %} {% endif %}