{% load reports_tags %}{% load blockjsondata log from creme_core_tags %} {% log 'The template file "reports/templatetags/report_chart.html" is deprecated.' level='WARN' %}
{% include 'reports/frags/graph_errors.html' with hand=object.hand %}
{% for name, chart in report_charts %} {% blockjsondata name=name %}{% reports_chart_json object chart %}{% endblockjsondata %} {% endfor %}