I've done {{ done }} tests of {{ total }} so far.
Here are the available resut files:
{% if done > 0 %}
All (tar.bz2)
{% endif %} {% for item in results %}
{{ item.name }}
{% endfor %}