{% extends "base.html" %} {% block body_class %}page-bg bg-cartridges{% endblock %} {% block content %}

Расходные материалы и ЗИП

{% if session.get('role') in ('admin','storekeeper') %} {% endif %} Экспорт в Excel
{% if session.get('role') not in ('admin','storekeeper') %}
Режим просмотра: изменения доступны только администратору.
{% endif %} {% for barcode, model, ctype, qty, devices in rows %} {% endfor %}
Штрихкод Модель Тип Кол-во Устройство
{{ barcode }} {{ model }} {{ ctype }} {{ qty }} {% if devices %}
    {% for device in devices %}
  • {{ device }}
  • {% endfor %}
{% else %}—{% endif %}
{% if session.get('role') in ('admin','storekeeper') %} {% endif %} {% if session.get('role') in ('admin','storekeeper') %} {% endif %} {% endblock %}