{% load base_filters %} {% load invoice_tags %} {% load i18n %} {% invoices_search_line_header request invoice '#ff6600' %} {% if obj %} {% endif %}
{% trans "Membership" %} {% trans "Name" %} {% trans "Email" %} {% trans "Balance" %}
{% for membership in obj.memberships %} {{ membership.pk }}{% if not forloop.last %}, {% endif %} {% endfor %} {{ invoice.bill_to_first_name }} {{ invoice.bill_to_last_name }} {{ invoice.bill_to_email }} {{ invoice.balance }}