{% extends '_base.html' %} {% load helpers %} {% load form_helpers %} {% block title %}VRFs{% endblock %} {% block content %}
{% if perms.ipam.add_vrf %} Add a VRF Import VRFs {% endif %} {% include 'inc/export_button.html' with obj_type='VRFs' %}

VRFs

{% 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 %}