{% if article is not null %}

{{ article.alias }}


{{ render(url('article_header', {'articleId' : article.id })) }}
{% for item in countTypeStatus %} {% if item['count'] > 0 %}

{{ item['description'] | upper }}

{{ item['count'] }}
{% endif %} {% endfor %}
{% for search in searchs %} {% set textToShow = search.result %} {% if textToShow == "EXPECTED" %} {% set textToShow = "PENDIENTE" %} {% endif %} {% if textToShow == "AVAILABLEANDTRANSIT" %} {% set textToShow = "DISPONIBLE Y EN TRÁNSITO" %} {% endif %} {{ search.description | upper }} {{ textToShow | upper }} {% endfor %}

{% endif %}
Solicitar stock
{{ render (controller('CoreBundle:Transfer:listShopsForTransfer'))}}
Devolver stock
{{ render (controller('CoreBundle:ReturnStock:showSelectsForReturn'))}}
{% if typeStockAliasInUse == 1 %} {% endif %} {% if typeStockAliasInUse == 2 %} {% endif %} {% if typeStockAliasInUse == 3 %} {% endif %} {% set isTredico = article.group.groupConfiguration.trendico %} {% set showReference = article.group.groupConfiguration.showReference %} {% if isTredico or showReference %} {% endif %} {% if roleRight == true or isOffice %} {% endif %} {% for obj in stock %} {% if typeStockAliasInUse == 1 %} {% endif %} {% if typeStockAliasInUse == 2 %} {% endif %} {% if typeStockAliasInUse == 3 %} {% endif %} {% if isTredico or showReference %} {% endif %} {% if roleRight == true or isOffice %} {% endif %} {% endfor %}
Marcar COD-StockCOD-TallaEANReferenciaModelo Color Estado Fecha de Servicio Localización actual Talla Sección Precio venta Marca Proveedor TemporadaDetalle
{% if obj.alias_ld_stock != "?" %} {{ obj.alias_ld_stock | slice(0,6) }}-{{ obj.alias_ld_stock | slice(6,6) }} {% else %} {{ obj.alias_ld_stock }} {% endif %} {{ obj.barcode_cc }}{{ obj.barcode }}{{ obj.ref }}{{ obj.model }} {{ obj.color }} {{ obj.status }} {% if obj.dateOfService %} {{ obj.dateOfService | date('d/m/Y') }} {% else %} --- {% endif %} {{ obj.shop }} {{ obj.size }} {{ obj.sectionn }} {{ obj.pvp }} € {{ obj.brand }} {{ obj.dealer }} {{ obj.season }}

{% block script %} {% endblock %}