{% extends "reports/base.html" %} {% load i18n %} {% block content %}
| {% trans "Members" %} | {% for month in months %}{{ month.name }} | {% endfor %}{% trans "Total" %} |
|---|---|---|
| {% trans "New" %} | {% for month in months %}{{ month.new_mems }} | {% endfor %}{{ total_new }} |
| {% trans "Renewing" %} | {% for month in months %}{{ month.renew_mems }} | {% endfor %}{{ total_renew }} |
| {% trans "Total Active" %} | {% for month in months %}{{ month.total_active }} | {% endfor %}