{% extends "base.html" %} {% load i18n %} {% load translations %} {% load static %} {% block content %}

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

{% for img in institution.images.all %} {% endfor %}

{% trans "Institution added the " %}{{ institution.created_at | date }}. {% trans "Contributors" %}: {{ institution.display_contributors }}


{% trans "Identity" %}


{% trans "Locations" %}


{% trans "Roles" %}


{% trans "Jurisdiction Areas" %}


{% trans "Persons who worked there" %}


{% trans "Events" %}


{% trans "Statistics" %}


{% trans "CriminoCorpus Resources" %}


{% trans "Complementary Resources - Bibliography" %}


{% trans "Archives" %}


{% if institution.resources_group.miscellaneous_urls.all %}

{% trans "Others References" %}


{% endif %}
{% endblock content %}