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