{% extends "ui/network_sidebar.html" %} {% load url from future %} {% load icons %} {% block content %}
{% include 'ui/network_form.html' with form=form %}
Next free address {{ next_free_ip }}
Free adresses {{ network.get_free_ips }}
Total adresses {{ network.get_total_ips }}
{% endblock content %}