{% extends "vendor/manage/base.html" %} {% load i18n %} {% block vendor_content %}
{% trans 'Payment ID' %} | {% trans 'Invoice ID' %} | {% trans 'Transaction' %} | {% trans 'Amount' %} | {% trans 'Profile' %} | {% trans 'Site' %} |
---|---|---|---|---|---|
{{ item.pk }} | {{ item.invoice.pk }} | {{ item.transaction }} | {{ item.amount }} | {{ item.profile.user.username }} | {{ item.invoice.site }} |
{% trans 'No Payments' %} |