{% extends "base.html" %} {% block title %}Glean — compare {{ target }}{% endblock %} {% block content %}
{{ previous.started_at[:19] | replace("T", " ") }} UTC → {{ current.started_at[:19] | replace("T", " ") }} UTC
Nothing new since the previous scan.
{% else %}{{ e.value }}
{{ e.type }}
{% if e.priority %}priority {{ e.priority.score }}{% endif %}
Nothing disappeared since the previous scan.
{% else %}{{ e.value }} {{ e.type }}Nothing changed since the previous scan.
{% else %}{{ c.value }}
{{ c.entity_type }}
{% if c.old_score != c.new_score %}
priority {{ c.old_score }} → {{ c.new_score }}
{% endif %}
{% if c.old_signals != c.new_signals %}