{% extends 'generic/object_children.html' %} {% load helpers %} {% load i18n %} {% block extra_controls %} {% if perms.netbox_aci_plugin.add_acivrf %} {% with viewname=object|viewname:"" %} {% trans "Add a VRF" %} {% endwith %} {% endif %} {% endblock %}