{% extends "system_maintenance/base.html" %} {% load project_home %} {% block title %}Maintenance Records{% endblock %} {% block content %}

Maintenance Records

Background color indicates the status of the maintenance record:

{% for record in object_list %} {% include "system_maintenance/_maintenance_record_list_item.html" %} {% endfor %}
{% include "system_maintenance/_pagination.html" %}
{% endblock content %}