{% for sellerCategory in categoriesSeller %} {% set categoriesMkpOfSeller = [] %} {% set mappedCategories = sellerCategory.getMarketplaceCategory() %} {% for category in mappedCategories %} {% set categoriesMkpOfSeller = categoriesMkpOfSeller | merge([{ 'id': category.getId(), 'code': category.getCode(), 'connection': category.getMarketplaceConnection() is not null ? category.getMarketplaceConnection().getId() : null, 'deprecated': category.getDeprecated() == 1 ? true : false }]) %} {% endfor %} {% else %} {% endfor %}
Categoría Categoría del canal
{{ sellerCategory.getSpecificPath() }}
No hay categorías para mostrar.
Cargando...
{% set nextPage = 'Siguiente »' %} {% set previousPage = '« Anterior' %} {% if paginationData.pageCount > 1 %}
    {% if paginationData.current > 1 %}
  • {{ previousPage }}
  • {% else %}
  • {{ previousPage }}
  • {% endif %} {% if paginationData.startPage > 1 %}
  • 1
  • {% if paginationData.startPage > 2 %}
  • ...
  • {% endif %} {% endif %} {% for page in paginationData.pagesInRange %}
  • {{ page }}
  • {% endfor %} {% if paginationData.pageCount > paginationData.endPage %}
  • ...
  • {{ paginationData.pageCount }}
  • {% endif %} {% if paginationData.current < paginationData.pageCount %}
  • {{ nextPage }}
  • {% else %}
  • {{ nextPage }}
  • {% endif %}
{% endif %}