{% if classification == 'entry' %} {% set url = classification == 'entry' ? path('entry_view', { 'type_name': document.type.name, 'local_id': document.localId }) : path(classification, { 'id': document.local_id }) %}
{{ document.title }}
{% if document.collection_id is defined %}
من: {{ document.collection_name }}
{% endif %} {% if document.author is defined and document.author|length %}
{{ document.author|join(' - ') }}
{% endif %}
{{ document.summary }}
{{ 'Published at'|trans }}: {{ document.publishedAt|hijri }} | {{ 'Views Count'|trans }}: {{ document.viewsCount }}
{% elseif classification == 'author' %} {{ include('AuthorsBundle:Author:card.html.twig', {'author': document}) }} {% endif %}