SQL Advance - Unit Log

{% if logs %}
{% for log in logs %} {% endfor %}
 Unit Name: {{ log.unit_lname }}
 Entered By: {{ log.staff_name }}
 Note Date: {{ log.logdate }}
 Subject: {{ log.subject }}
 Emergency: {{ log.alert}}
 Note:
 {{ log.lognote}}

{% include 'set_date_unit.html' %}
{% else %}

No unit log entries found.
Start a new search:

{% include 'set_date_unit.html' %}
{% endif %}

Enter Log Note

{% include '_footer.html' %}