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

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

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