{% 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' %} {% 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 %}
{% endblock %}