{% load wagtailcore_tags ocyan_thumbnail i18n %}
{% with uuid=self.block.get_uuid %} {% with tablist_id="coyote-tabs-"|add:uuid|stringformat:"s" %}
{{ self.header }}
{% for tab in self.tabs %} {% with tab_id="coyote-tab-"|add:uuid|stringformat:"s"|add:"-"|add:forloop.counter|stringformat:"s" panel_id="coyote-tabpanel-"|add:uuid|stringformat:"s"|add:"-"|add:forloop.counter|stringformat:"s" %}
{% if tab.button %} {{ tab.body|richtext }}
{% include "coyote/blocks/partials/button.html" with button=tab.button %}
{% else %} {{ tab.body|richtext }} {% endif %}
{% endwith %} {% endfor %}
{% endwith %} {% endwith %}
{% lazy_responsive_image self.image.file classes="image-bottom img-fluid" alt=self.image.title|default:self.header|default:_('Tabbed content image') %}