{% if withPreview is defined %} more_vert {% endif %} {% if is_granted('VIEW', entry) %} {{ entry.title|striptags|default('entry.default_title'|trans)|raw }} {% else %} {{ entry.title|striptags|default('entry.default_title'|trans)|raw }} {% endif %} {% if currentRoute == 'annotated' %}
{{ entry.annotations[0].text|u.truncate(80, '...') }}
{% else %}
{{ entry.domainName|removeWww }} {% if withMetadata is defined %} {% include "Entry/_tags.html.twig" with {'tags': entry.tags|slice(0, 3), 'entryId': entry.id, 'listClass': ' hide-on-med-and-down'} only %}
{% include "Entry/_reading_time.html.twig" with {'entry': entry} only %}
{% endif %}
{% endif %}