{% extends "corporate_memberships/base-wide.html" %} {% load corporate_memberships_tags %} {% load i18n %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% trans 'Type' %} | {% trans 'Active' %} | {% trans 'Pending' %} | {% trans 'Expired' %} | {% trans 'Expired - in grace period' %} | {% trans 'Total' %} |
---|---|---|---|---|---|
{{ type.type.name }} | {{ type.active }} | {{ type.pending }} | {{ type.expired }} | {{ type.in_grace_period }} | {{ type.total }} |
Total | {{ total.total_active }} | {{ total.total_pending }} | {{ total.total_expired }} | {{ total.total_in_grace_period }} | {{ total.total_total }} |