{% extends 'generic/object.html' %} {% load plugins %} {% block breadcrumbs %} {% endblock %} {% block extra_controls %} {% if perms.netbox_inventory.add_purchase %} Add purchase {% endif %} {% endblock extra_controls %} {% block content %}
Supplier
Name {{ object.name }}
Description {{ object.description }}
Purchases {{ purchase_count }}
Deliveries {{ delivery_count }}
Assets {{ asset_count }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
Supplied Assets
{% htmx_table 'plugins:netbox_inventory:asset_list' supplier_id=object.pk %}
{% plugin_full_width_page object %}
{% endblock content %}