{% set locale = app.request.locale %}
{{ (locale == 'ar')? bothUniversities[0].arabicFullName:bothUniversities[0].englishFullName }} | {{ (locale == 'ar')? bothUniversities[1].arabicFullName:bothUniversities[1].englishFullName }} | |
---|---|---|
{{ "universities.ranking.syria"|trans({},'Academia') }} | {% for university in bothUniversities %}{% if university.syrianRanking is not null %} {% if university.syrianRanking > 0 %} {{ university.syrianRanking }} {% else %} - {% endif %} {% else %} - {% endif %} | {% endfor %}|
{{ "universities.details.establish"|trans({},'Academia') }} | {% for university in bothUniversities %}{% if university.additionalInfo is not null %} {% if university.additionalInfo.establishDate is not null %} {{ university.additionalInfo.establishDate|date('Y') }} {{ 'universities.BC'|trans({},'Academia') }} {% else %} - {% endif %} {% else %} - {% endif %} | {% endfor %}|
{{ "universities.ranking.global"|trans({},'Academia') }} | {% for university in bothUniversities %}{% if university.additionalInfo is not null %} {% if university.additionalInfo.globalRanking is not null %} {{ university.additionalInfo.globalRanking }} {% else %} - {% endif %} {% else %} - {% endif %} | {% endfor %}|
{{ "universities.details.num-students"|trans({},'Academia') }} | {% for university in bothUniversities %}{% if university.additionalInfo is not null %} {% if university.additionalInfo.numberOfStudents is not null %} {{ university.additionalInfo.numberOfStudents }} {% else %} - {% endif %} {% else %} - {% endif %} | {% endfor %}|
{{ "universities.filter.type.kind.title"|trans({},'Academia') }} | {% for university in bothUniversities %}{% if university.additionalInfo is not null %} {% if university.additionalInfo.isPrivate is not null %} {% if university.additionalInfo.isPrivate %} {{ 'universities.filter.type.kind.private'|trans({},'Academia') }} {% else %} {{ 'universities.filter.type.kind.public'|trans({},'Academia') }} {% endif %} {% else %} - {% endif %} {% else %} - {% endif %} | {% endfor %}|
{{ "universities.statistics.other.total-research"|trans({},'Academia') }} | {% if totalResearches1 is not null %} {{ totalResearches1 }} {% else %} - {% endif %} | {% if totalResearches2 is not null %} {{ totalResearches2 }} {% else %} - {% endif %} |