{% 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 %}
{% for s in snapshots %}
{{ s.as_of }} {{ pat(s.top_3[0].pattern) }} {{ wlabel(s.top_3[0].last_pivot_label) }} {{ "%.2f"|format(s.top_3[0].final_score) }} {% if s.signal %} RR {{ "%.1f"|format(s.signal.rr) }} {% else %}{% endif %}
{% endfor %}
{% endif %}