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