{% extends "gw/bits/base.html" %} {% block title %} Адрес {% endblock %} {% block topbar %} {% endblock %} {% block body_main %}
/ {% for i in item.get_ancestors %} {% if i.type %} {{ i.type.name }} {% endif %} {{ i.name }} / {% endfor %} {% if item.type %} {{ item.type.name }} {% endif %} {{ item.name }} {% if item.endpoint and next %} OK Cancel {% endif %}