{% extends 'base.html' %} {% load static %} {% block content %}
{% for item in stocks %} {% endfor %}
Part No Description Quantity Warehouse Created At Updated At Actions
{{ item.components.part_no|default:"–" }} {{ item.components.title|default_if_none:item.component_name|default:"–" }} {{ item.quantity|default:"0" }} {{ item.warehouses.warehouseName|default:"–" }} {{ item.createdAt|date:"Y-m-d H:i"|default:"–" }} {{ item.updatedAt|date:"Y-m-d H:i"|default:"–" }} Edit
{% include 'partials/_messages.html' %}
{% endblock %}