{% extends "reports/base.html" %} {% load reports_tags %} {% block content %}
{% trans 'Corp Mem Type' %} | {% trans 'Active' %} | {% trans 'Pending' %} | {% trans 'Expired' %} | {% trans 'Total' %} |
---|---|---|---|---|
{{ type.type.name }} | {{ type.active }} | {{ type.pending }} | {{ type.expired }} | {{ type.total }} |
{% trans 'Total' %} | {{ total.0 }} | {{ total.1 }} | {{ total.2 }} | {{ total.3 }} |