{% extends "modal_delete_form.html" %} {% load i18n %} {% block pre_form_content %} {% trans "Are you sure you want to delete the following Supplier Parts?" %}
{% include "hover_image.html" with image=part.supplier.image %} {{ part.supplier.name }} | {% include "hover_image.html" with image=part.part.image %} {{ part.part.full_name }} |