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