{% load base_filters %} {% load invoice_tags %} {% load i18n %} {% invoices_search_line_header request invoice '#ff6600' %} {% if obj %} {% endif %}
{% 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 }}