Unit Log Entry
(ID: {{ rec_id }})
Select Unit:
{% for unit in units %} {% if unit.unit_lname == log.unit_lname %}
{{ unit.unit_lname }}
{% else %}
{{ unit.unit_lname }}
{% endif %} {% endfor %}
Date:
Subject:
Emergency:
No
Yes
Log Entry:
{{ log.lognote }}
Submit
To DELETE this record click here:
Delete
{% include '_footer.html' %}