Inventory Locations
Manage storage locations and warehouses
Showing {{ page_obj.start_index }} to {{ page_obj.end_index }} of {{ paginator.count }} entries
-
{% if page_obj.has_previous %}
{% endif %}
{% for num in page_obj.paginator.page_range %}
{% if page_obj.number == num %}
{% elif num > page_obj.number|add:'-3' and num < page_obj.number|add:'3' %}
{% endif %}
{% endfor %}
{% if page_obj.has_next %}
{% endif %}