{% 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 evolution|count > 1 %}
Charted scores are calculated based on all available data, not on the data from the previous point in time.
{% for view_score in evolution %} {% endfor %}
{{ view_score.view_bin.start_date|ts_datetime }} {{ view_score.score }}
{% else %}
Contribute to "{{ current_bin.data_service_view.data_service.name }}" multiple times to visualize the score history.
{% endif %} {% endblock series_content %}