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

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

{% render_table table %}
{% endblock %}