{% extends "layout_admin.html.twig" %} {% block content %} {% include 'flashes.html.twig' %}
Fermer
{{ form_row(form_filter.pointDeVente) }}
{{ form_row(form_filter.presentoir) }}
{{ form_row(form_filter.casier) }}
{{ form_row(form_filter.user) }}
{{ form_row(form_filter.commande) }}
{{ form_row(form_filter.quoi) }}

{% for log in logs %} {% endfor %}
ID Crée le ID Utilisateur ID Point de vente ID Présentoir ID Casier ID Commande Action
{{ log.id }} {{ log.created_at | date('d/m/Y à H:i:s') }} {% if log.user is not null %} {{ log.user }} {% endif %} {% if log.pointDeVente is not null %} {{ log.pointDeVente }} {% endif %} {% if log.presentoir is not null %} {{ log.presentoir }} {% endif %} {% if log.casier is not null %} {{ log.casier }} {% endif %} {% if log.commande is not null %} {{ log.commande }} {% endif %} {{ log.quoi }} Voir
{% if pages > 0 %} {% endif %} {% endblock content %} {% block stylesheets %} {{ parent() }} {{encore_entry_link_tags('history_log_index_css')}} {% endblock %} {% block my_js %} {{ parent() }} {{ encore_entry_script_tags('history_index') }} {% endblock %}