{% extends "layouts/content-bootstrap.html" %} {% load django_tables2 %} {% block content %} {% if device %}

Failure Report (device {{ device }})

{% elif device_type %}

Failure Report (type {{ device_type }})

{% else %}

Failure Report

{% endif %}
{% render_table failed_job_table %} {% endblock %} {% block scripts %} {% endblock %}