{% extends '@EasyAdmin/page/content.html.twig' %} {% import 'admin/order/_icons.html.twig' as icons %} {% block main %}

Tableau de bord

{% set statusStyle = { 'NEW': { color: '#3b82f6', icon: 'new' }, 'PENDING_TEXT': { color: '#58d19c', icon: 'text' }, 'PENDING_CREATION': { color: '#6c757d', icon: 'clock' }, 'BAT1': { color: '#f59e0b', icon: 'doc' }, 'BAT2': { color: '#f59e0b', icon: 'doc' }, 'BAT3': { color: '#f59e0b', icon: 'doc' }, 'BAT4': { color: '#f59e0b', icon: 'doc' }, 'BAT5': { color: '#f59e0b', icon: 'doc' }, 'PENDING_CORRECTIONS': { color: '#6c757d', icon: 'eye' }, 'VALIDATED': { color: '#00b129', icon: 'doc' }, 'PENDING': { color: '#6c757d', icon: 'clock' }, 'MANUFACTURING': { color: '#6c757d', icon: 'gear' }, 'PENDING_DELIVERY': { color: '#8b5cf6', icon: 'truck' }, 'DELIVERED': { color: '#00b129', icon: 'check' }, 'CANCELLED': { color: '#b3261e', icon: 'x' }, } %} {% for status in statuses %} {% set current = statusStyle[status.name] ?? { color: '#6c757d', icon: 'gear' } %} {% set count = statusCounts[status.value] ?? 0 %} {% if count > 0 %} {% if status.value is same as "new_order" or status.value is same as 'pending_text' or status.value is same as 'pending_corrections' or status.value is same as 'pending_creation'%}
{{ statusCounts[status.value] ?? 0 }}
{{ icons.icon(current.icon) }}
{{ status.label }}
{% endif %} {% endif %} {% endfor %}

Retrouvez vos commandes

Veuillez renseigner votre numéro de commande ci-dessous afin de retrouver votre suivi

Voir toutes les commandes Catalogue
{% endblock %}