{% load tom_common_extras %} {% load scoutdetail_extras %}
One row per Scout orbit recomputation, newest first. Highlighted values changed from the previous run; hover over them to see the previous value.
| Last run | {% for field, label in history_fields %}{{ label|capfirst }} | {% endfor %}|
|---|---|---|
| {{ row.last_run|date:"Y-m-d H:i" }} | {% for field, label in history_fields %} {% with change=row.changes|get_change:field %} {% if change %}{{ row|field_display:field|default_if_none:''|truncate_value_for_display }} | {% else %}{{ row|field_display:field|default_if_none:''|truncate_value_for_display }} | {% endif %} {% endwith %} {% endfor %}