{% include "Entry/Card/_mass_checkbox.html.twig" with {'entry': entry} only %}
{% if app.user.config.displayThumbnails %} {% set preview_class_modifier = entry.previewPicture ? '' : ' preview--default' %} {% if is_granted('VIEW', entry) %} {% else %} {% endif %} {% endif %}
{% include "Entry/Card/_content.html.twig" with {'entry': entry, 'withPreview': true} only %}
clear {% if is_granted('VIEW', entry) %} {{ entry.title|striptags|u.truncate(80, '…', false)|raw }} {% else %} {{ entry.title|striptags|u.truncate(80, '…', false)|raw }} {% endif %}

{{ entry.content|striptags|slice(0, 250)|raw }}…

{% include "Entry/_card_actions.html.twig" with {'entry': entry} only %}