{% load wagtailcore_tags %} {% load wagtailimages_tags %}
{% for img in self.imgs %}
{% image img.img width-500 as tmp_photo %}
{% endfor %}