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

9 lines
179 B
Twig
Raw Normal View History

{{ form_row(form.name) }}
{{ form_row(form.description) }}
{{ form_row(form.category) }}
{{ form_row(form.tags) }}
{{ form_row(form.minAmount) }}
{{ form_row(form.footprint) }}