{% trans_default_domain "Academia" %} {# Show the header only in the first page. Prevent duplicated it in each page we get through ajax request. #} {% set page = actualParameters.page %} {% if page == 1 %} {% endif %}
{% if matchedResearches is not empty %} {% for research in matchedResearches %}

{{ research.arabicFullTitle }}

{{research.hits}}    {% if research.researchContributersRoles is not empty %} {% for contributerRole in research.researchContributersRoles %} {{ contributerRole.contributer.fullName }} {% if contributerRole != research.researchContributersRoles|last %} ،  {% endif %} {% endfor %}  -  {% else %} {{ research.createdBy().firstName }} {{ research.createdBy().lastName }} -  {% endif %} نشر في: {% if research.publisher is not null %} {{ research.publisher.arabicFullName }} -  {% else %} {{ research.textualPublisher }} -  {% endif %} بتاريخ: {{ research.publicationDate|date("Y") }}   ({{ research.researchCategory.arabicFullName }})

{% if research.arabicAbstract is not null %} {{ research.arabicAbstract|textKuh(70) }} {% endif %}

{% if research.tags is defined and research.tags is not null %} {% for tag in research.tags %} {{ tag.context }}    {% endfor %} {% endif %}


{% endfor %} {% else %} {# NO matched researches, i.e. NO RESULT #}

{{ 'show.notFound.researches'|trans }}

{% endif %}
{# #}