{% extends 'base.html.twig' %} {% block title %}Material bearbeiten{% endblock %} {% block body %}
{{ form_start(form, {'attr': {'class': 'form-modern'}}) }}

Materialinformationen

{{ form_row(form.name) }}
{{ form_row(form.komponente) }} {{ form_row(form.einheit) }}
{% include 'shared/_form_actions.html.twig' with { cancel_url: path('material_index') } %} {{ form_end(form) }}
{% endblock %}