{% extends "base.html" %}
{% import 'components/macros.html' as ui %}
{% block title %}Return Goods - {{ brand_name }}{% endblock %}
{% block head_extra %}
{% endblock %}
{% block content %}
↩️ Return Goods
Enter receipt code (e.g., RCP-000123) or product name/ID to find the sale.
Multiple sales found. Click one to view details:
{% for sale in matching_sales %}No item details available for this sale.
{% endif %}