{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
Delivery
Name {{ object.name }}
Purchase {{ object.purchase|linkify }}
Receiving Contact {{ object.receiving_contact|linkify|placeholder }}
Date {{ object.date|isodate|placeholder }}
Description {{ object.description|placeholder }}
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 %}
Delivered Assets {% if perms.netbox_inventory.add_asset %} {% endif %}
{% htmx_table 'plugins:netbox_inventory:asset_list' delivery_id=object.pk %}
{% plugin_full_width_page object %}
{% endblock content %}