{% from "_macros.html" import pat, pill %} {% if not alternates %}

No alternate counts at this date.

{% else %}
{% for rc in alternates %}
{{ pill(rc.candidate_id, "muted") }} {{ pat(rc.count.pattern) }} {{ pill("final " + "%.2f"|format(rc.final_score), "muted") }} {% if rc.count.pivots %} {{ pill("last pivot " + (rc.count.pivots[-1].price|string), "muted") }} {% endif %}
{% endfor %}
{% endif %}