{% extends 'timeseer.html' %} {% from 'macros.html' import bootstrap_icon, menu_back %} {% block scripts %} {% endblock %} {% block menu %} {{ menu_back(url_for('.kpi_report', sourcename=source_name, kpi=kpi.name)) }} {% endblock %} {% block main %}
{{ source_name }}
{{ kpi.short_help_text }} {{ bootstrap_icon('question-circle') }}
{{ report.flow_evaluation.group.date|datetimeformat }} | {{ evolution[report] }} |
Generate multiple reports for "{{ source_name }}" to visualize the {{ kpi.name }} history.
{% endif %}