{% extends "base.html" %} {% block title %}Stock Locations{% endblock %} {% block content %}
| Name | Branch | Code | Status | Description |
|---|---|---|---|---|
| {{ location.name }} | {{ location.branch.name|default:"-" }} | {{ location.code|default:"-" }} | {% if location.is_active %}Active{% else %}Inactive{% endif %} | {{ location.description|default:"-" }} |
| No locations. | ||||