{% 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 %}
{% block extrahead %}
{% load static %}
{% get_static_prefix as STATIC_PREFIX %}
{% endblock %}
{% block breadcrumbs %}
{% if not is_popup %}
{% if request.GET.dc and request.GET.dc != '0' and request.GET.rack and request.GET.rack != '0' %}
{% for dc in dcs %}
{% if dc.fileiras %}
{% if not forloop.first %}
{% endif %}
{{ dc.entidade }} - {{ dc.nome|default:'' }}
{% for fileira in dc.fileiras %}
{% for rack in fileira.racks %}
{% with ''|center:2 as range %}
{% for _ in range %}
{% with forloop.counter as flag_traseiro %}