{% extends '@Core/base.html.twig' %} {% block sectionTitle %}Listado de rebajas{% endblock %} {% block sectionActions %} {% if roleRight == true %} Nueva campaña de rebajas {% endif %} {% endblock %} {% block breadcrumbLinks %}
Nombre |
Nombre Corto |
Fecha de creación | Fecha de inicio | Fecha de fin | Estado | Creada por | Aplcable en | {% if groupConfiguration.articleExtraPricesSectionEnabled %}Tarifa | {% endif %}Acceder | |
---|---|---|---|---|---|---|---|---|---|---|
{{ obj.getName }} | {{ obj.getNameForLabels }} | {{ obj.createdAt | date('d-m-Y \\a \\l\\a\\s H:i:s') }} | {{ obj.dateStart | date('d-m-Y') }} | {% if obj.dateEnd %}{{ obj.dateEnd | date('d-m-Y') }}{% endif %} | {{ render (controller('CoreBundle:Discounts:_discountsRenderStatusLabel',{'discountsId':obj.getId()})) }} | {{ obj.getUser.getName }} | {% for shop in obj.getShops %} {{ shop.getName() }} {% endfor %} {% if obj.isAvailableOnWebsite %} Website {% endif %} {% if obj.isAvailableOnAmazon %} Marketplace {% endif %} {% if obj.isAvailableOnAmazonPrime %} Amazon Prime {% endif %} {% if obj.isAvailableOnSpartoo %} Spartoo {% endif %} | {% if groupConfiguration.articleExtraPricesSectionEnabled %} {% if obj.typeArticlePrice %}{{ obj.typeArticlePrice }} | {% else %}PVP del artículo | {% endif %} {% endif %}Acceder |