{% load wagtailimages_tags %} {% spaceless %}
{% image self.image original %} {% if self.caption|length %}
{{ self.caption }}
{% endif %} {% if self.credit|length %}
Credit: {{ self.credit }}
{% endif %}
{% endspaceless %}