{% extends "modal_delete_form.html" %}
{% load i18n %}
{% block pre_form_content %}
{% blocktrans with company.name as name %}Are you sure you want to delete company '{{ name }}'?{% endblocktrans %}
{% if company.supplied_part_count > 0 %}
{% blocktrans with company.supplied_part_count as count %}There are {{ count }} parts sourced from this company.
If this supplier is deleted, these supplier part entries will also be deleted.{% endblocktrans %}