{% for index in range(0, items|length) %}

Position:

{{index+1}}

{% if index == 0 %} {% elif index == 1 %} {% elif index == 2 %} {% endif %}

Counter:

{{items[index].counter}}


Last Coffee:

{{items[index].time}}

{% if index % 2 == 0 %}
{% else %}
{% endif %} {% endfor %}

Last activity

Action Time Image
{{lastItem.action}} {{lastItem.lasttime}}

Previous 24 hour activity

{% if logs|length != 0 %} {% for log in logs %}
{{log.msg}}
{{log.time}}
{% endfor %} {% else %}

No activity :(

{% endif %}