{% 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 }}
{% endblock %}
{% for i in item.get_children %} # id name short zip center okato {% endfor %} {{ 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 %}