{% extends "base.html" %} {% block title %}Операции{% endblock %} {% block content %}

Список операций

{% for operation in operations %} {% endfor %}
Товар Склад Тип операции Количество Дата
{{ operation.product.name }} {{ operation.warehouse.name }} {{ operation.get_operation_type_display }} {{ operation.quantity }} {{ operation.operation_date }}
Назад на главную
{% endblock %}