diff --git a/myproject/inventory/templates/inventory/base_inventory_minimal.html b/myproject/inventory/templates/inventory/base_inventory_minimal.html new file mode 100644 index 0000000..f53b4ca --- /dev/null +++ b/myproject/inventory/templates/inventory/base_inventory_minimal.html @@ -0,0 +1,80 @@ +{% extends 'base.html' %} + +{% block title %}{% block inventory_title %}Склад{% endblock %}{% endblock %} + +{% block content %} + + + + +
Выберите операцию для работы
-Выберите операцию
| Склад | -Статус | -Провёл | -Дата | -Действия | -
|---|---|---|---|---|
| {{ inventory.warehouse.name }} | -- {% if inventory.status == 'draft' %} - Черновик - {% elif inventory.status == 'processing' %} - В обработке - {% else %} - Завершена - {% endif %} - | -{{ inventory.conducted_by|default:"—" }} | -{{ inventory.date|date:"d.m.Y H:i" }} | -- - - - | -
| Склад | +Статус | +Провёл | +Дата | ++ |
|---|---|---|---|---|
| {{ inventory.warehouse.name }} | ++ + + {% if inventory.status == 'draft' %}Черновик + {% elif inventory.status == 'processing' %}В обработке + {% else %}Завершена{% endif %} + + | +{{ inventory.conducted_by|default:"—" }} | +{{ inventory.date|date:"d.m.Y H:i" }} | ++ + + + | +
Инвентаризаций не найдено.
+ Начать инвентаризацию +