mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-25 04:19:31 +00:00
11 lines
238 B
Twig
11 lines
238 B
Twig
{{ form_row(form.name) }}
|
|
{{ form_row(form.description) }}
|
|
{{ form_row(form.category) }}
|
|
{{ form_row(form.tags) }}
|
|
{{ form_row(form.minAmount) }}
|
|
{{ form_row(form.partUnit)}}
|
|
|
|
{{ form_row(form.footprint) }}
|
|
|
|
{{ form_row(form.comment) }}
|
|
|