{% load wagtailcore_tags %}
{% if value.row_title %}

{{ value.row_title }}


{% endif %}
{% for chart in value.charts %} {% include_block chart %} {% endfor %}