{% load base_filters %} {% load invoice_tags %} {% load i18n %}
{% trans "Membership" %} | {% trans "Name" %} | {% trans "Payment Method" %} | {% trans "Price" %} | {% trans "Balance" %} | |
{{ obj.pk }} | {{ invoice.bill_to_first_name }} {{ invoice.bill_to_last_name }} | {{ obj.payment_method.human_name }} | {{ invoice.total }} | {{ invoice.balance }} |