{% extends "layout.html.twig" %} {% block title %}{{ is_edit ? 'Modifica' : 'Nuovo' }} acquisto · {{ app_name }}{% endblock %} {% block content %}

{{ mangime.nome }} / Acquisto

{{ is_edit ? 'Modifica acquisto' : 'Nuovo acquisto' }}

{{ csrf_field() }}
{% if errors.data %}

{{ errors.data }}

{% endif %}
{% if errors.quantita_kg %}

{{ errors.quantita_kg }}

{% endif %}
{% if errors.costo_totale %}

{{ errors.costo_totale }}

{% endif %}
Annulla
{% endblock %}