{% extends "ref/base.html" %} {% block title %} КЛАДР {% endblock %} {% block topbar %} КЛАДР {% endblock %} {% block body_main %} {% for item in item_list %} {% endfor %}
# id name short zip center okato
{{ forloop.counter }} {{ item.id }} {{ item.name }} {{ item.short.name }} {% if item.zip %} {{ item.zip }} {% endif %} {% if item.center %} {{ item.center }} {% endif %} {% if item.okato %} {{ item.okato }} {% endif %}
{% endblock %}