{% extends "base.html" %} {% block content %}
| Hostname | IP-Adresse | MAC-Adresse | Port | Switch | {% if current_user.is_admin %}Status | {% endif %} {% if current_user.is_admin %}Aktionen | {% endif %}
|---|---|---|---|---|---|---|
| {{ d['name'] }} | {{ d['rpi_ip'] }} | {{ d['mac'] }} | {{ d['port'] }} | {{ d['switch_hostname'] or '-' }} | {% if current_user.is_admin %}{% endif %} |