{% extends "base.html" %} {% block title %}Geräte — Tuxflotte{% endblock %} {% block content %}

Ihre Geräte

{% if not devices %}

Keine Geräte gefunden.

{% else %}
{% for device in devices %} {% endfor %}
HostnameKennungLetzter Check-inStatus
{{ device.hostname or "—" }} {{ device.device_fingerprint }} {{ device.agent_last_checkin or "noch nie" }} {% if device.deprovisioned_at %} deprovisioniert {% else %} aktiv {% endif %} Auftragskatalog →
{% endif %} {% endblock %}