{% extends "base.html" %} {% block body_class %}page-bg bg-devices{% endblock %} {% block content %}
| Инв. № | Тип | Бренд | Модель проектора | Серийный № | Модель доски | Ноутбук / ПК | Кабинет | Дата ввода | Примечание | Добавлено |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ inv }} | {{ kit_type_labels.get(kit_type, kit_type) }} | {{ brand or '' }} | {{ proj_model or '' }} | {{ proj_serial or '' }} | {{ board_model or '' }} | {% if comp_text %} {{ comp_text }}{% if comp_inv %} ({{ comp_inv }}){% endif %} {% else %} {{ comp_inv or '' }} {% endif %} | {{ cab_name or '' }} | {{ date_in_operation or '' }} | {{ note or '' }} | {{ date_added }} |