{% load static %}
Devices List
    {% for item in devices %}
  • {% include 'lara_django_projects/components/hx_device_card.html' with item=item %}
  • {% endfor %}
Device Explorer {% include 'lara_django_projects/components/devices_explorer_tabs.html' with data=item %}