{% if results is not empty %} {% for result in results %} {% set contributers = '' %} {% if result.researchContributersRoles is not null %} {% for contributerRole in result.researchContributersRoles %} {% set contributers = contributers ~ contributerRole.contributer.fullName ~'، ' %} {% endfor %} {% set contributers = contributers|rtrim('، ') %} {% endif %}
{{result.hits}} {% if contributers is not empty %} {{ contributers }} ، {% else %} {{ result.createdBy().firstName}} ، {% endif %} نشر في: {% if result.publisher is not null %} {{ result.publisher.arabicFullName }} {% elseif result.textualPublisher is not empty %} {{ result.textualPublisher }} {% endif %} ، بتاريخ: {{ result.publicationDate|date("Y") }} {% if result.researchCategory is not null %} ({{ result.researchCategory.arabicFullName}}) {% endif %}
{{ result.arabicAbstract|textKuh(70) }}
{% if result.tags is defined and result.tags is not null %} {% for tag in result.tags %} {# {{ tag.context }} #} {{ tag.context }} {% endfor %} {% endif %}