{% extends "modal_form.html" %}
{% load i18n %}
{% block pre_form_content %}
{% blocktrans with part.full_name as part %}Confirm that the Bill of Materials (BOM) is valid for: {{ part }}{% endblocktrans %}
{% trans 'This will validate each line in the BOM.' %}