{% extends "ishtar/sheet.html" %} {% load i18n window_tables window_header window_ope_tables window_field from_dict %} {% block head_title %}{{SITE_LABEL}} - {{item}}{% endblock %} {% block toolbar %} {%comment%} {% window_nav item window_id 'show-site' 'site_modify' 'show-historized-site' 'revert-site' previous next 1 %} {%endcomment%} {% window_nav item window_id 'show-site' 'site_modify' %} {% endblock %} {% block content %}
{% include "ishtar/blocks/window_image.html" %}
{{item.reference}} {{item.name}}
{% include "ishtar/blocks/sheet_external_id.html" %}

{% trans "General"%}

{% include "ishtar/blocks/sheet_creation_section.html" %} {% field_flex_multiple "Periods" item.periods %} {% field_flex_multiple "Remains" item.remains %}
{% if not next %} {% if item.towns.count %}

{% trans "Localisation"%}

{% field_flex_full "Towns" item.towns_codes|join:" ; " %}
{% endif %} {% endif %} {% trans "Operations" as operations %} {% if item.operations.count %} {% dynamic_table_document operations 'operations' 'archaeological_sites' item.pk '' output %} {% endif %} {% endblock %}