{% extends "power/power_layout.html" %} {% load url from future %} {% load dashboard_extras staticfiles %} {% block page_name %}Idle Power consumption for {{ arch }}{% endblock %} {% block extra_headers %} {% endblock extra_headers %} {% block content %}

Idle Power consumption for {{ arch }} {% include "includes/chart_tooltip.html" %}

{% for r in result %}

{{ r.machine.name }}

{% for test in testcases %}

{{ test }}

{% endfor %}
Detailed view
{% endfor %}
{% endblock %}