{% endif %}
{% with allowed=part_revision.get_allowed_transitions config='D' %}
{% if config in allowed or profile.role == 'A' and config != part_revision.configuration %}
{% endif %}
{% endwith %}
{% with allowed=part_revision.get_allowed_transitions config='I' %}
{% if config in allowed or profile.role == 'A' and config != part_revision.configuration %}
{% endif %}
{% endwith %}
{% with allowed=part_revision.get_allowed_transitions config='R' %}
{% if config in allowed or profile.role == 'A' and config != part_revision.configuration %}
{% endif %}
{% endwith %}
{% if perms.bom.delete_revision or config in allowed and perms.bom.obsolete_revision or profile.role == 'A' and config != part_revision.configuration %}
{% endif %}
{% with allowed=part_revision.get_allowed_transitions config='O' %}
{% if config in allowed and perms.bom.obsolete_revision or profile.role == 'A' and config != part_revision.configuration %}
{% include 'bom/components/bom-indented.html' with order_by=order_by bom_items=indented_bom.parts part=part part_revision=part_revision profile=profile %}
This
part is not currently
used in any of your other parts. To add a part to a subassembly or assembly, go to the
parent part's Bill of Materials, and click "Manage", then "Edit".
This part is not currently
used in any of your other parts.
{% if perms.bom.part_edit %}
To add a part to a subassembly or assembly, go to the
parent part's Bill of Materials, and click "Manage", then "Edit".
{% endif %}
{% endfor %}
Sourcing
{% include 'bom/components/manufacturer-part-list.html' with manufacturer_parts=part.manufacturer_parts part_revision=part_revision profile=profile show_manufacturer=True %}
{% if perms.bom.manage_sourcing %}