{% 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 %}
{{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 %}