{# current counts of data #}
{% for data in annual_progress_dataset_list %}
{{ data.data|last }}
{{ data.title }}{{ data.data|last|pluralize:"s" }}
{% endfor %}
{# line graph for year #}
(today)
{% include 'handyhelpers/report/theme_colors.htm' %} {% include 'handyhelpers/report/chartjs/annual_progress_chart.htm' %}