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

{{ vial_current_view.get_view_title() }}


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

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