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

{% trans "Active Members YTD" %}

{% blocktrans with year=year %} Currently showing data for {{ year }}. {% endblocktrans %}
{% 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 }}
{% endblock content %}