{% extends 'data-service-series-layout.html' %} {% set title = 'History' %} {% block menu %} {{ data_service_series_menu(title) }} {% endblock %} {% block series_title %}

History

{% endblock %} {% block series_content %} {% if report_evaluations|count > 1 %}
Charted scores are calculated based on all available data, not on the data from the previous point in time.
{% for view_evaluation_score in evolution if view_evaluation_score.view_evaluation.db_id == view_evaluation.db_id %} {% endfor %}
{{ view_evaluation.evaluation_date|ts_datetime }} {{ view_evaluation_score.score }}
{% else %}
Contribute to "{{ view_evaluation.data_service_view.data_service.name }}" multiple times to visualize the score history.
{% endif %} {% endblock series_content %}