{% extends "_layout.html" %} {% block content %}

{{ hawat_current_view.get_view_title() }}


{%- for chartgkey, chartlist in chartdict.items() %}
{%- for chart in chartlist %}

{%- if check_file_exists(chart['path_chart']) %} {%- else %} {{ _('Unable to find chart image file') }} {%- endif %}
{%- endfor %}
{%- endfor %}
{% endblock content %}