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