{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block body %}
Create subnet

{% crispy form %}

{% endblock %}