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

Switche

{% if current_user.is_admin %}

Neuen Switch hinzufügen

{% endif %} {% if current_user.is_admin %}{% endif %} {% for s in switches %} {% if current_user.is_admin %} {% else %} {% endif %} {% endfor %}
Hostname IP-Adresse Username PasswordAktionen
{{ s['hostname'] }} {{ s['ip'] }} {{ s['username'] }} ******
{% endblock %}