{% extends 'dcim/device/components_base.html' %} {% load i18n %} {% block bulk_extra_controls %} {{ block.super }} {% if perms.dcim.add_inventoryitem %}
{% trans "Add Inventory Item" %}
{% endif %} {% endblock bulk_extra_controls %}