{% extends 'base_app.html' %} {% load crispy_forms_tags %} {% block title %} HSAS - Dashboard {% endblock %} {% block content %}
Dashboard
{% include 'dashboard/devices/motionsensor/motionList.html' %} {% include 'dashboard/devices/hvac/hvacList.html' %} {% include 'dashboard/devices/firedetector/fireList.html' %}
{% include 'dashboard/devices/light/lightList.html' %} {% include 'dashboard/devices/outlet/outletList.html' %}
{% endblock %}