{% extends 'timeseer.html' %} {% from 'flows.html' import flows_header with context %} {% from 'macros.html' import bootstrap_icon, menu_back %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {% block menu %} {{ menu_back(url_for('.score_report', flowname=flow_name, sourcename=source_name, kpi=kpi.name, score=score.name, blockevaluationid=block_evaluation.db_id)) }} {% endblock %} {% block main %} {{ flows_header(block_evaluation.flow_evaluation, score.name|capitalize + ' history') }}
{{ score.short_help_text }} {{ bootstrap_icon('question-circle') }}
{{ group.date|datetimeformat }} | {{ block_evaluation_score.score }} |
Generate multiple reports for "{{ flow_name }}" to visualize the history of "{{ score.name }}".
{% endif %}