{% if researches|length > 0 %} {% for research in researches %}
{{ research.arabicFullTitle }}
{{ research.hits }}   {{ research.cites }}   {{ research.downloads }}   {% if research.rate %} {{ research.rate }} {% else %} {{ 0 }} {% endif %} ( {% if research.raters %} {{ research.raters }} {% else %} {{ 0 }} {% endif %} ) - {{ research.publisher ~' ('~ research.publicationDate|date('Y') ~')' }} {% if app.user and app.user==research.createdBy %} {% elseif app.user and app.user!= research.createdBy and app.user==user %} {% endif %}
{% endfor %} {% else %} {% if loader is defined %}
{{ 'userProfile.research.noMore'|trans({},'Academia') }}
{% else %}
{{ 'userProfile.research.noData'|trans({'%firstname%':user.firstName},'Academia') }}
{% endif %} {% endif %}