{% extends "reports/base.html" %} {% load i18n %} {% block content %}

{% trans "New and Renewing Members YTD" %} {{ year_selected }}

Print
 
{% 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 }}
{% if not exclude_total %} Exclude Total Active from Chart {% else %} Include Total Active to Chart {% endif %}
{% endblock content %}