{# current counts of data #}
{% for data in annual_progress_dataset_list %}
{{ data.data|last }}
{{ data.title }}
{% endfor %}
{# line graph for year #}
{% include 'handyhelpers/report/theme_colors.htm' %} {% include 'handyhelpers/report/annual_progress_chart.htm' %}