{% extends "base.html" %} {% import "_wtform.html" as wtform %} {% block extrahead %} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% if db['creator'] == g.username %}{% trans %}No charts in this dashboard{% endtrans %} {% else %}
{{ chart['selector'] }}
{% trans %}Filtered by: {% endtrans %}
{% for k, v in chart['filters']|sort %}
{{ k }}
={{ v }}{% if not loop.last %}, {% endif %}
{% endfor %}