{% extends 'base.html' %} {% load static %} {% block content %}
{% include 'partials/_messages.html' %}
{% for loc in locations %} {% endfor %}
Warehouse Shelf Box Created At Updated At Actions
{{ loc.warehouses.warehouseName }} R{{ loc.raf }} K{{ loc.kutu }} {{ loc.createdAt|date:"Y-m-d H:i" }} {{ loc.updatedAt|date:"Y-m-d H:i" }} Edit
{% endblock %}