2019-08-24 12:55:47 +02:00
|
|
|
{{ form_row(form.needsReview) }}
|
|
|
|
|
{{ form_row(form.favorite) }}
|
|
|
|
|
{{ form_row(form.mass) }}
|
2025-04-01 16:10:10 +02:00
|
|
|
<div {{ stimulus_controller('elements/ipn_suggestion', {
|
|
|
|
|
partId: part.id,
|
|
|
|
|
partCategoryId: part.category ? part.category.id : null,
|
2025-07-09 09:45:43 +02:00
|
|
|
partDescription: part.description,
|
2025-04-01 16:10:10 +02:00
|
|
|
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-03-24 15:15:15 +01:00
|
|
|
{{ form_row(form.partUnit) }}
|
|
|
|
|
{{ form_row(form.partCustomState) }}
|