{% extends 'timeseer.html' %} {% from 'macros.html' import alerter, bootstrap_icon, menu_back %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {% block menu %} {{ menu_back(url_for('.score_source', sourcename=source_name)) }} {% endblock %} {% block main %}

Reports

{{ source_name }}

{{ alerter() }} {% if evolution|count > 1 %}
{% for report in evolution.keys()|sort(attribute='flow_evaluation.group.date', reverse=True) %} {% endfor %}
{{ report.flow_evaluation.group.date|datetimeformat }} {{ evolution[report] }}
{% endif %} {% if evolution|count > 0 %} {% if evolution|count > 1 %} {% endif %} {% for report in evolution.keys()|sort(attribute='flow_evaluation.group.date', reverse=True) %} {% if evolution|count > 1 %} {% endif %} {% endfor %}
Report dateCompare to
{{ report.flow_evaluation.group.date|datetimeformat }} {{ bootstrap_icon('box-arrow-up-right') }}
{% else %}

No reports found.

{% endif %}
{% if evolution|count > 1 %} {% endif %} {% endblock %}