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