{% extends "base.htm" %} {% block title %}Elenco reti • estus{% endblock %} {% block content %}
Nome Rete | IP | Ispeziona | Elimina |
---|---|---|---|
{{ rete.nome }} | {{ rete.network_ip }}/{{ rete.subnet }} | {% if not rete.network_ip == "0.0.0.0" %}{% endif %} | {% endfor %}