Part-DB.Part-DB-server/templates/Parts/edit/_main.html.twig
2019-08-24 12:55:47 +02:00

8 lines
179 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.footprint) }}