|
{{ 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 %} |
|
{% else %}