{% load sorl_thumbnail wagtailcore_tags ocyan_thumbnail %} {{ self.category.name }} {% if self.category.image %} {% widthratio self.category.image.width 2 1 as halfwidth %} {% thumbnail self.category.image self.category.image.width|lower upscale=False format="JPEG" as image %} {% thumbnail self.category.image halfwidth upscale=False format="JPEG" as image_small %} {% thumbnail self.category.image self.category.image.width|lower upscale=False format="WEBP" as image_webp %} {% thumbnail self.category.image halfwidth upscale=False format="WEBP" as image_webp_small %} {% endthumbnail %} {% endthumbnail %} {% endthumbnail %} {% endthumbnail %} {% endif %}