{% extends "base.html" %} {% set active_page = "sensors" %} {% block title %} Sensor data {% endblock %} {% block divs %} {% for breadcrumb in breadcrumb_info["ancestors"] %} {% if breadcrumb["url"] is not none and not loop.last %} {{ breadcrumb['name'] }} {% else %} {{ breadcrumb['name'] }} {% endif %} {% endfor %}