2019-08-19 23:31:16 +02:00
|
|
|
{{ form_row(form.name) }}
|
2023-01-28 21:07:01 +01:00
|
|
|
{% if part.category is not null and part.category.partnameHint is not empty %}
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-9 offset-sm-3">
|
2023-01-28 21:36:19 +01:00
|
|
|
<p class="form-text help-text"><b>{% trans %}part.edit.name.category_hint{% endtrans %}:</b> {{ part.category.partnameHint }}</p>
|
2023-01-28 21:07:01 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
2019-08-19 23:31:16 +02:00
|
|
|
{{ form_row(form.description) }}
|
|
|
|
{{ form_row(form.category) }}
|
|
|
|
{{ form_row(form.tags) }}
|
|
|
|
{{ form_row(form.minAmount) }}
|
2019-08-19 14:07:00 +02:00
|
|
|
|
2019-08-19 23:31:16 +02:00
|
|
|
{{ form_row(form.footprint) }}
|
2019-08-19 14:07:00 +02:00
|
|
|
|