{% extends "layout.html" %} {% block body %} {% if info == True %} {% include "main/info.html" %} {% endif %}

Welcome to PyIPAM, the simple IP address manager.

{% if subnets == None %} ERROR: Database connection couldn't be established. {% else %} {% for subnet in subnets %} {% endfor %} {% endif %}
IP Subnets Description Options
{{ subnet[1] }} {{ subnet[3] }} Edit Subnet / Delete Subnet
{% endblock %}