{% set name_cell_raw %} {% if content.contentInfo.mainLocationId is not null %} {{ content.getName() }} {% else %} {{ content.getName() }} {% if content.contentInfo.trashed %} ({{ 'content.in_trash'|trans(domain='ibexa_content')|desc('In Trash') }}) {% endif %} {% endif %} {% endset %} {% include '@ibexadesign/ui/component/table/table_body_cell.html.twig' with { content: name_cell_raw, raw: true } %} {% include '@ibexadesign/ui/component/table/table_body_cell.html.twig' with { content: contentType.getName() } %} {% include '@ibexadesign/ui/component/table/table_body_cell.html.twig' with { content: content.versionInfo.creationDate|ibexa_short_datetime } %}