{% extends "generic/object_retrieve.html" %} {% load helpers %} {% block content_left_page %}
Consumable Details
Name {{ object.name }}
Type {{ object.consumable_type }}
Manufacturer {{ object.manufacturer }}
Product ID {{ object.product_id }}
{% endblock content_left_page %} {% block content_right_page %}
Item Details
{% include "nautobot_consumables/inc/json_details.html" with template_details=object.template_details %}
{% endblock content_right_page %} {% block content_full_width_page %} {% include "nautobot_consumables/inc/bulk_edit_table.html" with table=table_consumablepools title="Consumable Pools" add_url="plugins:nautobot_consumables:consumablepool_add" bulk_edit_url="plugins:nautobot_consumables:consumablepool_bulk_edit" edit_class="primary" disable_pagination=disable_pagination bulk_modify="true" %} {% endblock content_full_width_page %}