{% extends '@HeimrichHannotTwigTemplates/block/block_searchable.html.twig' %} {% block content %}
{% if summary|default is not empty %} {% endif %} {% if useHeader|default %} {% for col in header %} {% endfor %} {% endif %} {% if useFooter|default() %} {% for i, col in footer %} {% if i == 0 and useLeftTh|default %} {% else %} {% endif %} {% endfor %} {% endif %} {% for class, row in body %} {% for i, col in row %} {% if i == 0 and useLeftTh|default %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ summary }}
{{ col.content|default(" ")|raw }}
{{ col.content|default(" ")|raw }}{{ col.content|default(" ")|raw }}
{{ col.content|default(" ")|raw }}{{ col.content|default(" ")|raw }}
{% endblock %}