{% load i18n %}
{% trans "Institution details" %}

{% trans "Name:" %} {{ institution.name }}

{% trans "Short name:" %} {{ institution.short_name }}

{% trans "Main phone:" %} {{ institution.main_phone }}

{% trans "Sec phone:" %} {{ institution.sec_phone }}

{% trans "Address:" %} {{ institution.address }}