{% load wagtailimages_tags %}
{% if self.redirect_url %} {% image self.image original as tmp_photo %} image {% if self.caption %}
{{ self.caption }}
{% endif %}
{% else %} {% image self.image original as tmp_photo %} image {% if self.caption %}
{{ self.caption }}
{% endif %} {% endif %}