Informations
{% if university.founded_year %}
Fondee en
{{ university.founded_year }}
{% endif %}
{% if university.ranking_position %}
Classement mondial
#{{ university.ranking_position }}
{% endif %}
{% for stat in university.statistics.all %}
{{ stat.get_stat_type_display }}
{{ stat.value }}
{% endfor %}
Contact
{% if university.website %}
Site web
{% endif %}
{% if university.email %}
{{ university.email }}
{% endif %}
{% if university.address %}
{% endif %}