{% extends 'ipam/prefix/base.html' %} {% load helpers %} {% block extra_controls %} {% include 'ipam/inc/toggle_available.html' %} {% if perms.ipam.add_prefix and first_available_prefix %} Add Prefix {% endif %} {{ block.super }} {% endblock %} {% block content %}
{% table_config_form table %} {% endblock %}