{% extends '@TigrisBase/admin/layout.html.twig' %} {% block title %}{{ (transPrefix ~ '.list')|trans }}{% endblock %} {% block main %} {% embed '@TigrisBase/decorators/_card.html.twig' with {'class': ''} %} {% block body %}
{% endblock %} {% block table %}
{{ 'reaction.comment.user'|trans }} {{ 'reaction.comment.comment'|trans }} {{ 'reaction.comment.element'|trans }} {{ 'reaction.comment.public'|trans }} {{ 'actions'|trans }}
${ entity.user.username } ${ entity.username } ${ $filters.truncate(entity.content, 80) } ${ entity.entityTitle } ${ $filters.formatDate(entity.createdAt) }
{{ '.icon-eye'|parse_icons }} {{ '.icon-pencil'|parse_icons }} {{ '.icon-trash'|parse_icons }}
{% endblock %} {% block footer %} {% endblock %} {% endembed %}
{% endblock %}