{% extends base_template|default:"base.htm" %} {% load staticfiles %} {% load user_tags %} {% block local_head %} {% include 'handyhelpers/component/chart_components.htm' %} {% endblock local_head %} {% block content %}

{{ title }}

{{ sub_title }}  

{# bar graphs for day/week/month/year #}
{# line graph for year #}
{% endblock content %}