{% from "_macros.html" import pat, wlabel, pill %} {% if not snapshots %}
No snapshots yet. The first analysis will start the timeline.
{% else %} {% if badge %} {{ pill("stable " + (badge.streak|string) + " day" + ("s" if badge.streak != 1 else ""), "yellow") }} {% if badge.streak != badge.matches_in_window %} ({{ badge.matches_in_window }} of last {{ badge.window }}) {% endif %} {% if badge.last_changed_on %} last changed {{ badge.last_changed_on }} {% endif %} {% endif %}