{% extends '_base.html' %} {% load helpers %} {% load form_helpers %} {% block content %}
{% if perms.ipam.add_vrf %} {% add_button 'ipam:vrf_add' %} {% import_button 'ipam:vrf_import' %} {% endif %} {% export_button content_type %}

{% block title %}VRFs{% endblock %}

{% include 'utilities/obj_table.html' with bulk_edit_url='ipam:vrf_bulk_edit' bulk_delete_url='ipam:vrf_bulk_delete' %}
{% include 'inc/search_panel.html' %}
{% endblock %}