{% extends "delete_obj.html" %} {% block del_title %} Are you sure you want to delete company '{{ company.name }}'? {% endblock %} {% block del_body %} {% if company.part_count > 0 %}

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

{% endif %} {% endblock %}