{% extends "base.html" %} {% block title %}Glean — compare {{ target }}{% endblock %} {% block content %}

Compare — {{ target }}

{{ previous.started_at[:19] | replace("T", " ") }} UTC → {{ current.started_at[:19] | replace("T", " ") }} UTC

← Back to this scan

New ({{ diff.added | length }})

{% if not diff.added %}

Nothing new since the previous scan.

{% else %} {% endif %}

Removed ({{ diff.removed | length }})

{% if not diff.removed %}

Nothing disappeared since the previous scan.

{% else %} {% endif %}

Changed ({{ diff.changed | length }})

{% if not diff.changed %}

Nothing changed since the previous scan.

{% else %} {% endif %} {% endblock %}