{% set i=0 %} {% for researcher in researchers %}
{{ researcher['fullName'] }}
 {{ researcher.pViews }}

{{ researcher['fullName'] }}

{% set notFound=true %} {% for e in researcher['education'] if notFound == true %} {% if app.request.attributes.get('_route') == 'shamra_academia_society_filter' and app.request.get('university')==e['place_name'] %} {% if e['slug'] is defined %}

  {{ e['place_name'] }}

{% set notFound =false %} {% else %}

  {{ e['place_name'] }}

{% set notFound =false %} {% endif %} {% endif %} {% if e['slug'] is defined and notFound==true %}

  {{ e['place_name'] }}

{% set notFound =false %} {% elseif e['place_name'] starts with 'كلية' and notFound==true %}

  {{ e['place_name'] }}

{% set notFound =false %} {% endif %} {% endfor %}

  {{'researchersSociety.researchesCount'|trans({},'Academia')~' :'~researcher['rCount'] }}

{% for interest in researcher['interests'] %} {{ interest.tag.context }} {% endfor %}
{% set i=i+1 %} {% if i%3==0 %}
{% endif %} {% endfor %}