{% load base_filters %} {% load invoice_tags %}
{% trans "Membership" %} | {% trans "First Name" %} | {% trans "Last Name" %} | {% trans "Payment Method" %} | {% trans "Balance" %} | ||
{{ obj.member_number }} | {{ invoice.bill_to_first_name }} | {{ invoice.bill_to_last_name }} | {{ obj.payment_method.human_name }} | {% if invoice.balance %}{{ invoice.balance }} | {% else %}{{ invoice.balance }} | {% endif %}