{% extends '_base.html' %} {% load helpers %} {% load form_helpers %} {% block title %}Prefixes{% endblock %} {% block content %}
{% if perms.ipam.add_prefix %} Add a prefix Import prefixes {% endif %} {% if export_templates %}
{% endif %}

Prefixes

{% include 'ipam/inc/prefix_table.html' %}
Search
{% include 'inc/filter_panel.html' %}
{% endblock %}