{% load wagtailimages_tags %}

{{ self.title }}

{% for box in self.list %} {% image box.image fill-480x480 as box_image %}
{{ box.title }}
{% include 'main/includes/plain_button.html' with btn_text=box.button_text %}
{% endfor %}