{% include "navbar.html" %}

{{ appliance.name }}

{% for (timestamp, old_appliance, old_appliance_bean, event_details) in history %}

{{ timestamp }}

    {% for event, icon in event_details %} {% if event or icon %}
  • {{ event }}
  • {% endif %} {% endfor %}
{% endfor %}