{% extends "ishtar/sheet.html" %} {% load i18n window_header window_field window_tables %} {% block head_title %}{% trans "Warehouse" %}{% endblock %} {% block content %} {% window_nav item window_id 'show-warehouse' '' '' '' previous next 1 %} {% field "Comment" item.comment "
" "
" %} {% if item.containers.count %}

{% trans "Containers" %}

{% dynamic_table_document '' 'containers' 'location' item.pk 'TABLE_COLS' output %} {% endif %} {% if item.owned_containers.count %}

{% trans "Attached containers" %}

{% dynamic_table_document '' 'containers' 'responsible' item.pk 'TABLE_COLS' output %} {% endif %} {% endblock %}