{% extends 'tags-layout.html' %} {% block menu %} {{ prepare_menu('History') }} {% endblock %} {% block tags_title %}

History

{% endblock %} {% block tags_content %} {% if evolution|count > 1 %}
Charted scores are calculated based on all available data, not on the data from the previous point in time.
{% for report in evolution|sort(attribute='flow_evaluation.group.date') %} {% endfor %}
{{ report.flow_evaluation.group.date|datetimeformat }} {{ evolution[report] }}
{% else %}

Analyze {{ source_name }} multiple times to visualize the score history.

{% endif %} {% endblock tags_content %}