{% load base_filters %} {% if MODULE_CHAPTERS_MEMBERSHIPSENABLED %}
{{ chapter_membership.chapter.title }} | {{ chapter_membership.join_dt|date:"M j, Y" }} {% if not chapter_membership.is_pending %} - {% firstof chapter_membership.expire_dt|date:"M j, Y" "Forever" %} + (grace period: {{ chapter_membership.membership_type.expiration_grace_period }} days) {% endif %} {{ chapter_membership.get_status|capfirst}} | {% with chapter_membership.invoice as invoice %} {% if invoice %} {% trans 'Balance' %} {{ invoice.balance|format_currency }} {% endif %} {% endwith %} |
{% trans 'Not a chapter member.' %}
{% endif %} {% endwith %} {% endif %}