{% extends 'layout.html' %} {% block headline %}{% block title %}Dashboard{% endblock %}{% endblock %} {% block content %} {% if deviceList|length == 0 %} Hmmm nothing seems to be logged yet {% endif %} {% for entry in deviceList %} {{ entry.name }} | {{ entry.location }} {% if entry.location != "status" %} {% else %} {% endif %} {% endfor %} {% endblock %} {% block footer %} Best by: {{ generatedAt }} {% endblock %}