{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %} {% if not security_enabled %}
{% endif %}
{% for itm in report_list %}

0 %}class="maintlog-red"{% else %}class="maintlog-blue"{% endif %}>{{ itm.display_name }} {% if itm.overdue_items > 0 %}     {{ itm.overdue_items }} maintenance items are overdue!{% endif %}

{% for task in itm.tasks %} {% include "record-maint-activity-body.html" %} {% endfor %}
Maintenance Tasks
Task Frequency Last Completed Date Last Completed By Next Due Previous Notes Notes
{% endfor %}
{% endblock %}