{% extends "admin/layout.html" %} {% block title %}Geräte — Tuxflotte Admin{% endblock %} {% block admin_content %}

Alle Geräte

{% if not devices %}

Keine Geräte gefunden.

{% else %}
{% for device in devices %} {% endfor %}
OrganisationHostnameKennungLetzter Check-in
{{ device.organization_name }} {{ device.hostname or "—" }} {{ device.device_fingerprint }} {{ device.agent_last_checkin or "noch nie" }} Auftragskatalog →
{% endif %} {% endblock %}