{% form_theme formArticle 'bootstrap_3_layout.html.twig' %} {{ form_start(formArticle, {'attr': {'id': 'articleFormBasic'}}) }} {{ form_errors(formArticle) }}
{{ form_row(formArticle.articleModel, { 'attr': {'tabindex': '2'} }) }} {{ form_row(formArticle.articleColor, { 'attr': {'tabindex': '3'} }) }}
{{ form_row(formArticle.articleColorAssistant, { 'attr': {'tabindex': '3'} }) }}
{{ form_row(formArticle.dealer, { 'attr': {'tabindex': '4'} }) }}
{{ form_row(formArticle.brand, { 'attr': {'tabindex': '5'} }) }}
{{ form_row(formArticle.season , { 'attr': {'tabindex': '6'} }) }}
{{ form_row(formArticle.serie , { 'attr': {'tabindex': '7'} }) }}
{{ form_row(formArticle.section , { 'attr': {'tabindex': '9'} }) }}
{{ form_row(formArticle.category , { 'attr': {'tabindex': '8'} }) }}
{{ form_row(formArticle.subcategory , { 'attr': {'tabindex': '8'} }) }}
{{ form_row(formArticle.typeArticle, { 'attr': {'tabindex': '10'} }) }}
{{ form_row(formArticle.ref, { 'attr': {'tabindex': '11'} }) }}
{{ form_row(formArticle.shoeLast , { 'attr': {'tabindex': '21'} }) }}
{{ form_row(formArticle.shoeLine , { 'attr': {'tabindex': '22'} }) }}
{{ form_row(formArticle.shoeHeel , { 'attr': {'tabindex': '23'} }) }}
{{ form_row(formArticle.shoeSole , { 'attr': {'tabindex': '24'} }) }}
{{ form_row(formArticle.shoeInsole , { 'attr': {'tabindex': '25'} }) }}
{{ form_row(formArticle.shoeLining , { 'attr': {'tabindex': '26'} }) }}
{{ form_row(formArticle.shoeSkin , { 'attr': {'tabindex': '27'} }) }}
{{ form_row(formArticle.externalSoftwareId , { 'attr': {'tabindex': '27'} }) }}

{% if elemento %} {% endif %}
{{ form_row(formArticle.descriptionLabel , { 'attr': {'tabindex': '28'} }) }}
{{ form_row(formArticle.detail , { 'attr': {'tabindex': '29'} }) }}
{{ form_widget(formArticle.file, { 'attr': {'tabindex': '22'} }) }}
NOTA: El tamaño recomendado para la imagen es 1000x1000 y formato .jpg

Atributos extra de artículos

{% if articleTrendico %}

Atributos Tréndico

{{ articleTrendico.typeTrendicoPricatDivision }}
{{ articleTrendico.typeTrendicoPricatGender }}
{{ articleTrendico.typeTrendicoPricatCategory }}
{{ articleTrendico.typeTrendicoPricatSubcategory }}
{% endif %}

Impuestos especiales de artículo

{{ form_row(formArticle.taxes , { 'attr': {'tabindex': '7'} }) }}
{{ form_row(formArticle.taxSupported , { 'attr': {'tabindex': '7'} }) }}
{% if roleRight == true or (user.isWebManager and user.isWebManagerAndCanUpdateArticles) or isOffice %}
{% endif %}
{{ form_end(formArticle) }}