{% load base_filters %} {% load invoice_tags %} {% load i18n %}
{% 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 }} |