{% extends "base.html" %} {% block title %}Adjustment Requests{% endblock %} {% block content %}
| Product | Location | Qty | Reason | Status | Requested By | |
|---|---|---|---|---|---|---|
| {{ req.product }} | {{ req.location|default:"-" }} {% if req.location %}({{ req.location.branch.name|default:"-" }}){% endif %} | {{ req.quantity }} | {{ req.get_reason_display }} | {{ req.get_status_display }} | {{ req.requested_by|default:"-" }} | {% if req.status == 'pending' %} Review {% endif %} |
| No requests. | ||||||