{% load tom_common_extras %} {% load scoutdetail_extras %}

Scout History

{% if history_rows %}

One row per Scout orbit recomputation, newest first. Highlighted values changed from the previous run; hover over them to see the previous value.

{% for field, label in history_fields %} {% endfor %} {% for row in history_rows %} {% for field, label in history_fields %} {% with change=row.changes|get_change:field %} {% if change %} {% else %} {% endif %} {% endwith %} {% endfor %} {% endfor %}
Last run{{ label|capfirst }}
{{ row.last_run|date:"Y-m-d H:i" }} {{ row|field_display:field|default_if_none:''|truncate_value_for_display }} {{ row|field_display:field|default_if_none:''|truncate_value_for_display }}
{% else %} No Scout history available. {% endif %}