{% load ocyan_thumbnail wagtailcore_tags styling_tags i18n %} {% if self.layout == "layout1" %} {% for item in self.icons %} {% if item.icon %} {% endif %} {{ item.header }} {% if item.body %}{{ item.body }}{% endif %} {% endfor %} {% else %} {% 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" %}{% responsive_image item.image.file classes="background-image" %}{% endif %} {% if item.icon %} {% endif %} {% if item.header %} {{ item.header }} {% if item.body and not self.layout == "layout3" %}{{ item.body }}{% endif %} {% if self.layout == "layout2" or self.layout == "layout1" %}{% responsive_image item.image.file classes="br-0 img-fluid mt-3" %}{% endif %} {% endif %} {% if item.link %}a{% else %}div{% endif %}> {% endblock %} {% endfor %} {{ self.body|richtext }} {% include "coyote/blocks/partials/button.html" with button=self.button %} {% endif %}
{{ item.body }}