{% extends 'layouts/app.html.twig' %} {% block title %}Status tabel custom | Słowniki{% endblock %} {% block app_content %} {% include 'partials/_flash_messages.html.twig' %}

PrestaShop

Status tabel custom

Informacja, czy connector wykrył wymagane tabele custom po stronie PrestaShop.

Wróć do słowników
{% for item in items %} {% else %} {% endfor %}
Tabela Istnieje w Presta Ostatnie sprawdzenie
{{ item.tableName }} {{ item.existsInPresta ? 'tak' : 'nie' }} {{ item.lastCheckedAt ? item.lastCheckedAt|date('d-m-Y H:i') : '—' }}
Brak danych. Uruchom synchronizację słowników produktu.
{% endblock %}