{% extends 'utilities/confirmation_form.html' %} {% load form_helpers %} {% block title %}Delete VRF {{ vrf }}?{% endblock %} {% block message %}
Are you sure you want to delete this VRF? {% if vrf.prefix_set.count %} The following prefixes will also be deleted: {% else %} (There are no prefixes associated with this VRF.) {% endif %}
{% if vrf.prefix_set.count %}