{% extends "sru/sru_layout.html" %} {% load dashboard_extras %} {% load render_table from django_tables2 %} {% block page_name %}Summary of SRU testing for kernel {{kernel_version}}{% endblock %} {% block content %}

Summary of SRU testing for kernel {{kernel_version}}

Kernel Pass Rate: {{ totals.pass_rate_pct }}
Total Tests Run: {{ totals.total_count }}
Total Tests Failed: {{ totals.fail_count }}
Total Tests Skipped: {{ totals.skip_count }}

Kernel aggregated results

{% render_table table "table.html" %}
{% endblock %}