{# /** * @file * Table themed using the ECL table component. */ #} {% include 'themes/custom/ewrc_theme/components/twig-component-table/ecl-table.html.twig' with { 'zebra': zebra|default(false), 'headers': headers, 'rows': rows, 'extra_classes': extra_classes, 'extra_attributes': extra_attributes, 'sortable': attributes.sortable ?: sortable|default(false), } only %}