{% for group in groups %} {% include 'modules/common/components/table-cells/actions.html.twig' with { "trash": true, "edit": true, "save": true, "fontawesome": true, } %} {% endfor %}
{{ 'datatables.table.Id' | trans }} {{ 'contact.settings.table.name' | trans }} {{ 'contact.settings.table.preview' | trans }} {{ 'contact.settings.table.icon' | trans }} {{ 'contact.settings.table.color' | trans }} {{ 'datatables.table.actions' | trans }}
{{ group.id }} {{ group.name | capitalize}} {{ group.getIcon() }} {% include 'page-elements/libs/js-color-button.html.twig' with { color : group.getColor(), pickerNumber : loop.index0, } %}