{% extends "vendor/manage/base.html" %} {% load i18n %} {% block vendor_content %}
{% for item in object_list %} {% empty %} {% endfor %}
{% 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' %}
{% endblock %}