{% extends 'base.html' %} {% import 'macro/accordion.html' as accordion %} {% import 'macro/badge.html' as badge %} {% import 'macro/form.html' as form %} {% block title %} - Individual Part {{ item.fields.name }}{% endblock %} {% block main %}
All metadata (storage, purchase information, owners, tags) is managed at the lot level. View the full lot to see all metadata and other parts.
View Full Lot {{ accordion.footer() }} {% else %} {# Only show management accordion if NOT part of a lot #} {% set management_read_only = writes_disabled %}{% include 'individual_part/management.html' %} {% endif %} {% if g.login.is_authenticated() and not writes_disabled %} {{ accordion.header('Danger zone', 'accordion-danger-zone-' ~ item.fields.id, 'individual-part-details-' ~ item.fields.id, danger=true, class='text-end') }} Delete this individual part instance {{ accordion.footer() }} {% endif %}