Part-DB.Part-DB-server/templates/Parts/edit/_main.html.twig

13 lines
342 B
Twig
Raw Normal View History

{{ form_row(form_main.name) }}
{{ form_row(form_main.description) }}
{{ form_row(form_main.category) }}
{{ form_row(form_main.tags) }}
{{ form_row(form_main.minAmount) }}
{{ form_row(form_main.partUnit)}}
{{ form_row(form_main.footprint) }}
{{ form_row(form_main.comment) }}
{{ form_row(form_main.save1) }}
{{ form_row(form_main.reset1) }}