total items: {{ this.numItems }}

{% if this.buttons.length or this.search %}
{% if this.search %} {{ "admin.gid.search"|__ }} {% endif %} {% for button in this.buttons %} {{ button.label }} {% endfor %}
{% endif %}
{% if this.actions|length %}
{% endif %}
{% for column in this.columns %} {% endfor %} {% if this.rows.length %} {{ getBlockHtml('grid-body:' ~ this.id) }} {% else %} {% endif %}
{{column.label}}
no result
{% if this.actions|length %}
{% endif %}
{{ getBlockHtml('searchPopin') }}