{% extends "vendor/base.html" %} {% block content %}
User | Product | Reason | Price | Refund | |
---|---|---|---|---|---|
{{ items.user.username }} | {{ items.purchase.product.name }} | {{ items.reason }} | {{ items.purchase.order_item.price.cost }} | {% if items.accepted %}{% else %} | {% endif %} |