{% extends "admin/base_site.html" %} {% comment %} This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. {% endcomment %} {% load proto_tags %} {% load i18n proto_tags admin_static %} {% load l10n %} {% load static %} {% block extrahead %} {% get_static_prefix as STATIC_PREFIX %} {% endblock %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block content %}

Diagrama de Planta Baixa

{% if not todos_dcs %}

É necessário adicionar os Data Centers para habilitar a edição da planta baixa.

Clique aqui para adicionar.

{% else %}
Filtro
Data Centers
{% endif %}
{% if request.GET.dc %}
{% csrf_token %}
Data center

Adicionar novo objeto.

{% for r in objetos %} {% if r.posicao %}

{{r.posicao.objeto.titulo|default:r.nome}}

{{r.posicao.descricao|default:''}}

{% endif %} {% endfor %}
{% endif %} {% endblock %}