{% extends 'admin_pages/base_admin.html' %} {% block title %}Return Items | Admin Panel{% endblock %} {% block content %}

Return Items - Invoice #{{ saleorder.id }}

Already refunded total: {{ total_already_refunded }} pcs  | Remaining to refund: {{ sum_remaining }} pcs

{% csrf_token %}
{% for item in saleorder_items %} {% endfor %}
Product Batch No Sold Qty Refunded Returnable Return Qty
{{ item.product.product.title }} {{ item.product.batch_number }} {{ item.quantity }} {{ item.returned }} {{ item.remaining }} 0 %}required{% endif %} >
Cancel
{% endblock %}