{% extends "page.html" %} {% block style %} {% endblock style %} {% block function_buttons %}{% endblock function_buttons %} {% block view_buttons %} {% endblock view_buttons %} {% block main_view_content %}
{{ _('Part') }}
| {{ _('Name') }} | {{ component.name }} |
|---|---|
| {{ _('Description') }} | {{ component.description }} |
| {{ _('Part number') }} | {{ component.number }} |
| {{ _('Supplier') }} | {{ component.supplier.name }} |
| {{ _('Estimated unit price') }} | {{ component.unit_price }} {{ component.currency }} |
{{ ngettext('%(num)s file found.', '%(num)s files found.', files|length) }}
| {{ _('Name') }} | {{ _('Last modified') }} | |
|---|---|---|
| {{ file.name }} | {{ file.date_modified }} | |
| {{ _('No files attached.') }} | ||
{{ ngettext('%(num)s BOM found.', '%(num)s BOMs found.', used_in_boms|length) }}
| {{ _('BOM number') }} | {{ _('Name') }} | {{ _('Quantity') }} | {{ _('Estimated cost') }} | |
|---|---|---|---|---|
| {{ used_in_bom.bom.number }} | {{ used_in_bom.bom.name }} | {{ used_in_bom.quantity }} | {{ used_in_bom.cost }} | |
| {{ _('This part is not used in any BOM.') }} | ||||