{% extends 'timeseer.html' %} {% from 'flows.html' import flows_header with context %} {% from 'macros.html' import bootstrap_icon, visualize_check_score, visualize_series_name, pagination %} {% from 'flow-menu.html' import flow_menu with context %} {% block menu %} {{ flow_menu(kpi.name) }} {% endblock %} {% block main %} {% call flows_header(block_evaluation.flow_evaluation, score.name|capitalize) %}
{% endcall %}{{ score.short_help_text }} {{ bootstrap_icon('question-circle') }}
{% endif %}Series name | Result {% if score.data_type != 'bool' %} (higher is better) {% endif %} | {% if event_frame_types|count > 0 %}Event frames | {% endif %}
---|---|---|
{{ visualize_series_name(series.name) }} | {{ visualize_check_score(value) }} {% if event_frame_types|count > 0 %}
|
{% endif %}