{% extends "layout_fluid.html" %} {% load breadcrumb %} {% block title %}Administration{% endblock %} {% block h1 %}Administration{% endblock %} {% block page_id %}Administration{% endblock %} {% block content %}
{% include "administration/sidebar.html" %}

Failure report

{% if reports|length > 0 %} {% for report in page.object_list %} {% endfor %}
Date Type Name UUID
{{ report.created|date:"U" }} {{ report.unittype }} {{ report.unitname }} {{ report.unitidentifier }} Delete
{% include '_pager.html' %} {% else %} No reports found. {% endif %}
{% endblock %}