{% extends "bootspeed/bootspeed_layout.html" %} {% load dashboard_extras %} {% block page_name %}Arch overview{% endblock %} {% block content %}

Arch overview

{% include "bootspeed/nav.html" %}
{% for image in images %} {% endfor %}
Build Number Min Boot Avg Boot Max Boot Result Count
{{ image.build_number }} {{ image.min_boot|floatformat }} {{ image.avg_boot|floatformat }} {{ image.max_boot|floatformat }} {{ image.result_count|floatformat }}
{% endblock %}