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

Документ-камеры

{% if session.get('role') not in ('admin','storekeeper') %}
Режим просмотра: изменения доступны только администратору.
{% endif %} {% if session.get('role') in ('admin','storekeeper') %}
Добавить документ-камеру
{% endif %}
{% for id, inv, brand, model, sn, cab_id, cab_name, date_in_operation, date_added in rows %} {% endfor %}
Инв. № Бренд Модель Серийный № Кабинет Дата ввода в эксплуатацию
{{ inv }} {{ brand or '' }} {{ model or '' }} {{ sn or '' }} {{ cab_name or '' }} {{ date_in_operation or '' }}
{% if session.get('role') in ('admin','storekeeper') %} {% endif %} {% if session.get('role') in ('admin','storekeeper') %} {% endif %}
{% endblock %}