{% extends 'navbar/navbar.html' %} {% load static %} Devices {% block devices %} {% for device in devices %} {% endfor %}
Action Identifier Device OS Department User Zone Continents Region Cluster Pod Create Updated
{{ device.identifier_name }} {{ device.device_name }} {{ device.operating_system }} {{ device.department }} {{ device.used_by }} {{ device.zone }} {{ device.continents }} {{ device.region }} {{ device.cluster }} {{ device.pod }} {{ device.created_at|date:"Y-m-d" }} {{ device.updated_at|date:"Y-m-d" }}
{% endblock %}