{% load wagtailcore_tags styling_tags ocyan_thumbnail %}
{% if self.image_fill %} {% lazy_responsive_image self.image.file classes="img-fluid w-100 img-fill" %} {% else %} {% lazy_responsive_image self.image.file classes="img-fluid w-100" %} {% endif %}
{% if self.body %}{{ self.body|richtext }}{% endif %} {% if self.buttons %}
{% for x in self.buttons %} {% include "coyote/blocks/partials/button.html" with button=x %} {% endfor %}
{% endif %}
{% if self.counter %}
{% for item in self.counter %}

{{ item.number }}

{{ item.label }}

{% endfor %}
{% endif %}