{% extends 'application/index.html' %} {% load application_extras %} {% block title %} Dashboard {% endblock title %} {% block content %}
Name: {{ s.name }}
Location: {{ s.location }}
{{ s.sensor_type.name }}: {% if values != NoneType %} {{ values|last }} {{ s.sensor_type.units }} {% else %} No data {% endif %}
{% endwith %}You have no sensors yet.