{% if results is empty %}

{{ 'search.result.empty'|trans({}, 'Academia') }}

{% else %} {% for cat in results %}

{{ (app.request.locale == 'ar')?cat.categoryArabicFullName:cat.categoryEnglishFullName }}

{% set counter = 1 %} {% for result in cat.arr %} {% if counter == 1 %}
{% endif %}
{% if cat.categoryEnglishFullName == "University Magazine" %} {% elseif cat.categoryEnglishFullName == "Publishing House" %} {% elseif cat.categoryEnglishFullName == "Scholarly Journal" %} {% endif %}

{{ (app.request.locale == "ar")?result.arabicFullName|kuh(20):result.englishFullName|kuh(20) }}

{% if counter == 3 %}
{% set counter = 0 %} {% endif %} {% set counter = counter + 1 %} {% endfor %} {% if counter == 1 or counter == 2 %} {% endif %} {% endfor %} {% endif %}