{% extends "modal_delete_form.html" %} {% block pre_form_content %} Are you sure you want to delete company '{{ company.name }}'?
{% if company.supplied_part_count > 0 %}

There are {{ company.supplied_part_count }} parts sourced from this company.
If this supplier is deleted, these supplier part entries will also be deleted.

{% endif %} {% endblock %}