2019-08-24 12:55:47 +02:00
|
|
|
{{ form_row(form.needsReview) }}
|
|
|
|
|
{{ form_row(form.favorite) }}
|
|
|
|
|
{{ form_row(form.mass) }}
|
2025-11-03 00:31:47 +01:00
|
|
|
<div {{ stimulus_controller('elements/ipn_suggestion', {
|
|
|
|
|
partId: part.id,
|
|
|
|
|
partCategoryId: part.category ? part.category.id : null,
|
|
|
|
|
partDescription: part.description,
|
|
|
|
|
suggestions: ipnSuggestions,
|
|
|
|
|
'commonSectionHeader': 'part.edit.tab.advanced.ipn.commonSectionHeader'|trans,
|
|
|
|
|
'partIncrementHeader': 'part.edit.tab.advanced.ipn.partIncrementHeader'|trans,
|
|
|
|
|
'suggestUrl': url('ipn_suggestions')
|
|
|
|
|
}) }}>
|
|
|
|
|
{{ form_row(form.ipn) }}
|
|
|
|
|
</div>
|
2025-10-27 21:58:16 +01:00
|
|
|
{{ form_row(form.partUnit) }}
|
|
|
|
|
{{ form_row(form.partCustomState) }}
|