{% if occupants|length > 0 %} Staff members are highlighted in green.

{# Panel is used to make table borders rounded. #}

{% for o in occupants %} {% endfor %}
{{ area }} occupancy {% if area.list|length > 1 %}{{ area.list|length }} people{% endif %}
User Since Working on project...
{{ o.customer.first_name }} {{ o.customer.last_name }} {{ o.start|date:"l @ g:i A" }} {{ o.project }}
{% endif %}