{% 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 %}


{% block body_detail %} {% endblock %} {% endblock %} {% block bottom_script %} setmenu("menu_gw_bits_address"); {% endblock %}