{% load static wagtailcore_tags %} {% with buttons=block.value|default:block %} {% if buttons %} {% with icons_side=buttons.0.value.icon_side %} {% if buttons|length > 1 %} {% else %}
{% include "sites_conformes_content_manager/blocks/button.html" with button=buttons.0.value %}
{% endif %} {% endwith %} {% endif %} {% endwith %}