{% extends "common/base.html" %}{% load i18n %}{% load static %}{% load mptt_tags %} {% load filters %} {% block title %}{% trans "Delete the place" %}{% endblock %} {% block breadcrumbs %}home_ico / {% trans "References" %} / Помещения / {% trans "Delete the place" %}{% endblock %} {% block jqueryui%} {% endblock %} {% block submenu %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endblock %} {% block content %}

Помещение: {{name}}

{% trans 'The number of internal objects' %} - {{count_full}}

{% csrf_token %} {% if count == 0 %}

{% trans 'Destruction of premises, and in a place with him and all subordinate.' %}

{% trans "Back" %} {% trans 'Delete' %} {% endif %} {% if count != 0 %}

{% trans 'To move all objects from the current room to another.' %}

{% trans "The field must be seleced" %}
{% endif %}
{% endblock %}