{% extends "base.html" %} {% block title %}Approve Adjustment{% endblock %} {% block content %}

Review Adjustment Request

Product: {{ adjustment.product }}

Location: {{ adjustment.location|default:"-" }}

Quantity: {{ adjustment.quantity }}

Reason: {{ adjustment.get_reason_display }}

Note: {{ adjustment.note|default:"-" }}

{% csrf_token %}
{% endblock %}