{% extends "layout.html" %} {% load dashboard_extras staticfiles %} {% load render_table from django_tables2 %} {% block page_name %}Wakeups for {{ task }} using {{ arch }} on {{ machine }} for the past {{ days }} days{% endblock %} {% block extra_headers %} {% endblock extra_headers %} {% block content %}
{% include "power/eventstat/days_include.html" with day_urls=day_urls days=days %}

Wakeups for {{ task }} using {{ arch }} on {{ machine }} for the past {{ days}} days

{% render_table table %}
{% endblock %}