{{ include('partials/page-title.html.twig', {pagetitle: '3Tek-Europe', title: 'Espace Abonné'}) }}
{% if search is defined and search is not empty %}
{% endif %}
{% if data|length == 0 %}
{% else %}
{% if is_granted('IS_AUTHENTICATED_FULLY') %}
Votre Espace : {{ app.user.name|upper }} {{ app.user.lastname|capitalize }}
{% endif %}
Résultats de recherche pour : "{{ search }}"
{% if data|length == 0 %}
- Aucun lot trouvé
{% else %}
- {{ pagination.getTotalItemCount }} lot(s) trouvé(s)
{% endif %}
Effacer la recherche
Aucun lot trouvé
{% if search is defined and search is not empty %} Aucun lot ne correspond à votre recherche "{{ search }}" {% else %} Aucun lot disponible pour le moment {% endif %}
Voir tous les lots
{% for item in data %}
{% if item.quantite > 0 %}
Voir et commander
{% else %}
Voir les détails
{% endif %}
{% endfor %}
{% if item.images|length > 0 %}
{% if item.quantite == 0 %}
{% endif %}
RUPTURE DE STOCK
{% endif %}
{% if item.images|length > 1 %}
{{ item.images|length }} photos
{% endif %}
{% else %}
Aucune image
Date d'entrée : {{ item.createdAt ? item.createdAt|date('d/m/Y H:i') : 'Date non disponible' }}
{{item.name|upper }}
{{item.description|striptags|slice(0, 100)}}{% if item.description|length > 100 %}...{% endif %}