{% extends "base.html" %} {% block content %}

Devices

{% if current_user.is_admin %}

Neues Gerät hinzufügen

{% endif %} {% if current_user.is_admin %}{% endif %} {% for d in devices %} {% if current_user.is_admin %} {% endif %} {% endfor %}
Hostname IP-Adresse MAC-Adresse Switch Port AktivAktionen
{% endblock %}