{% extends "reports/base.html" %} {% block content %}
{% if not exclude_total %} {% trans 'Exclude Total Active from Chart' %} {% else %} {% trans 'Include Total Active to Chart' %} {% endif %}
 
{% for month in months %} {% endfor %} {% for month in months %} {% endfor %} {% for month in months %} {% endfor %} {% for month in months %} {% endfor %}
{% trans "Members" %}{{ month.name }}{% trans "Total" %}
{% trans "New" %}{{ month.new_mems }}{{ total_new }}
{% trans "Renewing" %}{{ month.renew_mems }}{{ total_renew }}
{% trans "Total Active" %}{{ month.total_active }}
  {% trans 'Print' %}



{% endblock content %}