{% load i18n %}
{{ succeeded }}
{% trans "Succeeded" %}
{{ running }}
{% trans "Running" %}
{{ failed }}
{% trans "Failed" %}
{% if scope == "all" %}{% trans "All runs" %}{% else %}{% trans "My runs" %}{% endif %} · {{ total }} {% trans "total" %}{% if waiting %} · {{ waiting }} {% trans "waiting" %}{% endif %} {% trans "View all" %}