{% extends "generic/object_retrieve.html" %} {% load helpers %} {% block buttons %} {% if perms.nautobot_consumables.add_checkedoutconsumable %} Check Out {% endif %} {{ block.super }} {% endblock buttons %} {% block content_left_page %}
Name | {{ object.name }} |
Consumable | {{ object.consumable }} |
Storage Location | {{ object.location }} |
Quantity | {{ object.quantity }} |
Used Quantity | {{ object.used_quantity }} |
Available Quantity | {{ object.available_quantity }} |
Name | {{ object.consumable.name }} |
Type | {{ object.consumable.consumable_type | hyperlinked_object }} |
Manufacturer | {{ object.consumable.manufacturer | hyperlinked_object }} |
Product ID | {{ object.consumable.product_id }} |