{% extends "layouts/content.html" %} {% load django_tables2 %} {% load static %} {% 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 %}