{% extends "layout.html" %} {% block content %}
{% if subnets %}
{% for subnet in subnets %} {% endfor %}
Subnet Location Usage Auto Scan
{{ subnet.cidr }} {{ subnet.location }}
{{ subnet.used_ips }}/254
{% if subnet.auto_scan %} Enabled {% else %} Disabled {% endif %}
{% else %}
No subnets added yet
Add Your First Subnet
{% endif %}
{% endblock %}