{% if edit is defined %} {% set action = '' %} {% else %} {% set action = path('laptop_new') %} {% endif %} {{ form_start(form,{action : action }) }}
{% if laptop is defined %} {% if laptop.images is not empty %} {% for img in laptop.images %} {% endfor %} {% endif %} {% endif %}

{{ form_row(form.marque) }}

{{ form_row(form.modele) }}
{{ form_row(form.SKU) }}
{{ form_row(form.prix) }}
{{ form_row(form.fournisseur) }}
{{ form_row(form.fiche) }}
{{ form_row(form.taille_ecran) }}
{# {{ form_row(form.cpu) }} {{ form_row(form.ram) }} {{ form_row(form.gpu) }} {{ form_row(form.stockage) }} #} {{ form_row(form.specs) }}
{% if edit is not defined %}
{% endif %}
{{ form_end(form) }}