{% load ocyan_thumbnail wagtailcore_tags styling_tags i18n %}
{% for item in self.icons %}
{% block icon_body %} <{% if item.link %}a href="{{ item.link.get_url }}" {% else %}div {% endif %}class="icon-block{% if item.body %} has_body{% endif %}"> {% if self.layout == "layout3" %}{% lazy_responsive_image item.image.file classes="background-image" %}{% endif %} {% if item.icon %} {% endif %}

{{ item.header }}

{% if item.body %}

{{ item.body }}

{% endif %} {% if self.layout == "layout2" or self.layout == "layout1" %}{% lazy_responsive_image item.image.file classes="br-0 img-fluid mt-3" %}{% endif %} {% if item.link %} {% trans "Learn more" %} {% endif %} {% endblock %}
{% endfor %}
{{ self.body|richtext }}
{% include "coyote/blocks/partials/button.html" with button=self.button %}