{% extends 'base_html.html' %} {% block content %}


{% for network in networks %} {% endfor %}
ID Name Subnets
{{ network.id }} {{ network.name }} {{ network.subnets }}
{% endblock content %}