{% extends "commissioning/printer/base.html" %} {% load static %} {% load i18n %} {% block content %} {% include "commissioning/printer/cover.html" %}

Содержание

    {% for location in index_locations %} {% include "commissioning/printer/index_location2.html" with location=location start=1 end=31 delete='false' %} {% endfor %}
    {% with s=32 e=62 %} {% for location in index_locations %} {% if location.counter >= s and location.counter <= e %} {% with delete='false' %} {% include "commissioning/printer/index_location2.html" with location=location start=s end=e delete=delete %} {% endwith %} {% else %} {% with delete='true' %} {% include "commissioning/printer/index_location2.html" with location=location start=s end=e delete=delete %} {% endwith %} {% endif %} {% endfor %} {% endwith %}
{% include "commissioning/printer/intro.html" %} {% include "commissioning/printer/glossary.html" %} {#
#} {# {% for loc in flat_locations %}#} {# {% if loc.location %}#} {# {% include "commissioning/printer/location.html" with location=loc.location navigations=loc.navigations %}#} {# {% elif loc.area %}#} {# {% include "commissioning/printer/area.html" with area=loc.area navigations=loc.navigations %}#} {# {% endif %}#} {# {% endfor %}#} {#
#} {% endblock content %}