{% extends "modal_form.html" %} {% load i18n %} {% block pre_form_content %} {% if part.active %}
{% blocktrans with full_name=part.full_name %}Part '{{full_name}}' cannot be deleted as it is still marked as active.
Disable the "Active" part attribute and re-try. {% endblocktrans %}
{% else %}
{% blocktrans with full_name=part.full_name %}Are you sure you want to delete part '{{full_name}}'?{% endblocktrans %}
{% if part.used_in_count %}

{% blocktrans with count=part.used_in_count %}This part is used in BOMs for {{count}} other parts. If you delete this part, the BOMs for the following parts will be updated{% endblocktrans %}: