{% 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 "Particularities" %}: {{ institution.particularities | default:"N/A" }} {% trans "Merimee Reference" %}: {{ institution.merimee_reference|default:"N/A" }} {% trans "Construction Date" %}: {{ institution.construction_date }} {% trans "Dates (from start to end)" %}: {{ institution.opening_date | default:"N/A" }} - {{ institution.closing_date | default:_("Present") }} {% trans "Locations" %} {% for location in institution.locations.all %} {% trans "Address" %}: {{ location.address }} {% trans "City" %}: {{ location.city }} {% trans "County" %}: {{ location.county }} {% trans "Country" %}: {{ location.country }} {% trans "INSEE Code" %}: {{ location.insee_id }} {% trans "Date (from start to end)" %}: {{location.date_start_display }} - {{ location.date_end_display|default:_("Present") }} {% empty %} {% trans "None provided yet." %} {% endfor %} {% if institution.locations.all %} {% endif %} {% trans "Roles" %} {% for role in institution.roles.all %} {% trans "Type" %}: {{role.institution_type|translate_institution_types }} {% if role.has_prisoner %} {% trans "Dates" %}: from {{ role.date_start_display | default:"N/A" }} to {{ role.date_end_display | default:"N/A" }} {% trans "Prisoner Type" %}: {{ role.prisoner_type|translate_prisoner_types }} {% trans "Prisoner Gender" %}: {{ role.prisoner_gender | translate_prisoner_gender }} {% trans "Prisoner Age Category" %}: {{ role.prisoner_age_category | translate_prisoner_age_category }} {% trans "Prisoner count" %}: {{ role.prisoner_count }} {% endif %} {% empty %} {% trans "None provided yet." %} {% endfor %} {% trans "Jurisdiction Areas" %} {% for jurisdiction_area in institution.jurisdictionarea_set.all %} {{ jurisdiction_area.area }} ({{ jurisdiction_area.date_range_display | default:"N/A" }}) {% empty %} {% trans "None provided yet." %} {% endfor %} {% trans "Persons who worked there" %} {% for job in institution.job_set.all %} {{ job.person.full_name }} - {{ job.date_range }} as {{ job.role|default:"N/A" }} {% empty %} {% trans "None provided yet." %} {% endfor %} {% trans "Events" %} {% for event in institution.event_set.all %} {{ event.name }} - {% trans "from" %} {{ event.datetime_start_display | default:"N/A" }} {% trans "to" %} {{ event.datetime_end_display | default:"N/A" }} {% empty %} {% trans "None provided yet." %} {% endfor %} {% trans "Statistics" %} {% for statistic in institution.statistic_set.all %} {% if statistic.online_stats_name %} {{ statistic.online_stats_name }}: {{ statistic.online_stats_url }} {% endif %} {% if statistic.offline_stats_name %} {{ statistic.offline_stats_name }} ({{ statistic.offline_stats_reference | default:_("No reference provided") }}): {% trans "Data" %}: {{ statistic.offline_stats_data }} {% endif %} {% if statistic.graphs.all %} {% trans "Graphs" %}: {% for graph in statistic.graphs.all %} {% trans "Name" %}: {{ graph.name }} {% empty %} {% trans "None provided yet." %} {% endfor %} {% endif %} {% empty %} {% trans "None provided yet." %} {% endfor %} {% trans "CriminoCorpus Resources" %} CriminoCorpus URL: {{ institution.resources_group.crimino_resource.criminocorpus_url }} {% if institution.resources_group.crimini_resource.other %} {% trans "Others Resources" %}: {{ institution.resources_group.crimini_resource.other }} {% endif %} {% trans "Complementary Resources - Bibliography" %} {% trans "BnF" %}: {{ institution.resources_group.bibliography_resource.bnf_url | default:"N/A" }} {% trans "Bibliography CriminoCorpus" %}: {{ institution.resources_group.bibliography_resource.criminocorpus_url | default:"N/A" }} CRHCP URL: {{ institution.resources_group.bibliography_resource.crhcp_url | default:"N/A" }} {% if institution.resources_group.bibliography_resource.other %} {% trans "Others Resources" %}: {{ institution.resources_group.bibliography_resource.other }} {% endif %} {% trans "Archives" %} Gallica: {{ institution.resources_group.archive_resource.gallica_url | default:"N/A" }} CRHCP: {{ institution.resources_group.archive_resource.crhcp_url | default:"N/A" }} {% if institution.resources_group.archive_resource.other_urls.all %} {% trans "Others" %} {% for ref in institution.resources_group.archive_resource.other_urls.all %} {{ ref.title }}: {{ ref.url }} {% endfor %} {% endif %} {% if institution.resources_group.archive_resource.other %} {% trans "Other Resources" %}: {{ institution.resources_group.archive_resource.other }} {% endif %} {% if institution.resources_group.miscellaneous_urls.all %} {% trans "Others References" %} {% for ref in institution.resources_group.miscellaneous_urls.all %} {{ ref.title }}: {{ ref.url }} {% endfor %} {% endif %} {% endblock content %}
{% trans "Institution added the " %}{{ institution.created_at | date }}. {% trans "Contributors" %}: {{ institution.display_contributors }}
{% trans "Name" %}: {{ graph.name }}
{% trans "None provided yet." %}