{% extends "base-print.html" %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

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

{% 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 %}