{% extends "base.htm" %} {% block title %}Elenco reti • estus{% endblock %} {% block content %}

Reti esistenti

Aggiungi {% for rete in reti %} {% endfor %}
Nome Rete IP Ispeziona Elimina
{{ rete.nome }} {{ rete.network_ip }}/{{ rete.subnet }} {% if not rete.network_ip == "0.0.0.0" %}{% endif %}
{% endblock %}