{% load wagtailimages_tags %} {% comment %} Used on careers_page.html and impact_report_page.html {% endcomment %} {% if post.value.image %} {% image post.value.image fill-500x500 as post_img %} {% elif post.image %} {% image post.image fill-500x500 as post_img %} {% endif %} {{ post_img.alt }}