{% set standarWidth = "10" %}{% set colspan = "10" %} {% for gr in grArrayData %} {% else %} {% endfor %}
Canal Tipo Identificador Markup Precio especĂ­fico Fecha inicial Fecha final Estado Acciones
{{ gr.mkpConfigName }} {{ gr.mkpConfigName }} {{ gr.typeTrans }} {% if gr.type == 'product' %} ({{ gr.productSku }}) {{ gr.productName }} {% elseif gr.type == 'tag' %} {{ gr.tagName }} {% elseif gr.type == 'brand' %} (id: {{ gr.brandId }}) {{ gr.brandName }} {% elseif gr.type == 'category' %} ({{ gr.categoryCode }}) {{ gr.categoryName }} {% elseif gr.type == 'publicationOptions' %} {{ gr.publicationOptions }} {% else %} {{ gr.name }} {% endif %} {{ gr.markup is not empty ? gr.markup~'%' : '' }} {{ gr.specificPrice is not empty ? '$' ~ gr.specificPrice : '' }} {{ gr.startDate.date | date('d-m-Y H:i:s') }} {% if gr.endDate is not null %}{{ gr.endDate.date | date('d-m-Y H:i:s') }}{% endif %} {% if gr.status %}Activa{% else %}No activa{% endif %}   
{% if goldenRules.error is defined %}{{ goldenRules.message }}{% else %}No existen golden rules.{% endif %}