{% extends 'layouts/app.html.twig' %} {% block title %}Cechy PrestaShop{% endblock %} {% block app_content %}

PrestaShop

Cechy

Wróć

Cechy

{% for item in features %}{% else %}{% endfor %}
Presta IDNazwaLiczba wartościStatus źródłaOstatnia synchronizacja
{{ item.prestaId }}{{ item.getNameForLang(1) }}{{ item.values|length }}{{ item.sourceStatus }}{{ item.lastSyncedAt ? item.lastSyncedAt|date('d-m-Y H:i') : '—' }}
Brak zsynchronizowanych cech.

Wartości cech

{% for item in values %}{% else %}{% endfor %}
Presta IDCecha IDWartośćStatus
{{ item.prestaId }}{{ item.featurePrestaId }}{{ item.getValueForLang(1) }}{{ item.sourceStatus }}
Brak wartości cech.
{% endblock %}