{{ grid.shown }} of {{ grid.total }} rollouts

{% if grid.rows.is_empty() %}

No rollouts match the current filters.

{% else %}
{% for lane in grid.lanes %}{% endfor %} {% for row in grid.rows %} {% for cell in row.cells %} {% match cell %} {% when Some(c) %} {% when None %} {% endmatch %} {% endfor %} {% endfor %}
task{{ lane }}avg
{{ row.label }} {{ c.outcome_label }} {% if !c.grade_text.is_empty() %}{{ c.grade_text }}{% endif %} {% if c.hacking %}RH{% endif %} {% if row.avg_text.is_empty() %}{% else %}{{ row.avg_text }}{% endif %}
{% endif %}