{# For displaying thumbnails in the admin list #} {% if thumbnail %} {% load imagekit %} {% generateimage 'spectator:list_thumbnail' source=thumbnail as image %} Thumbnail {% endif %}