{% extends "ref/base.html" %} {% block title %} КЛАДР {% endblock %} {% block topbar %} КЛАДР {% endblock %} {% block body_main %} {% for i in item.get_ancestors %}

{{ i.id }}: {{ i.name }}, {{ i.short }}

{% endfor %}

{{ item.id }}: {{ item.name }}, {{ item.short }}

{% for i in item.get_children %} {% endfor %}
# id name short zip center okato
{{ forloop.counter }} {{ i.id }} {% if i.get_children_count %} {{ i.name }} {% else %} {{ i.name }} {% endif %} {{ i.short.name }} {% if i.zip %} {{ i.zip }} {% endif %} {% if i.center %} {{ i.center.comments }} {% endif %} {% if i.okato %} {{ i.okato }} {% endif %}
{% endblock %}