{% extends "layout.html" %} {% block content %}
CIDR | Standort | IP-Belegung | Auto-Scan | Aktionen |
---|---|---|---|---|
{{ subnet.cidr }} | {{ subnet.location }} |
{% set percentage = (subnet.used_ips / subnet.total_ips * 100) | int %}
|
{{ "Ja" if subnet.auto_scan else "Nein" }} | Details |