{% include "navbar.html" %}
Collections
{{ collection }}
{{ appliance.name }}
history
{{ appliance.name }}
Number of events:
{% for (timestamp, old_appliance, old_appliance_bean, event_details) in history %}
{{ timestamp }}
{{ old_appliance_bean.label }}
{% for event, icon in event_details %} {% if event or icon %}
{{ event }}
{% endif %} {% endfor %}
{% endfor %}