{% extends 'generic/object_create.html' %} {% load static %} {% load form_helpers %} {% load helpers %} {% block title %}Assign an IP address{% endblock %} {% block content %}
{% if table %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% endif %} {% endblock %} {% block javascript %} {% endblock %}