{% if logs is defined and logs is not empty %} {% for l in logs %} {% set parsed = parse_log_message(l.message) %} {% endfor %} {% else %} {% endif %}
Date Message Action Status User
{{ l.createdAt|date("d/m/Y H:i") }} {{ l.message }} {% if l.context.changes is defined and l.context.changes is not empty %}
Modifications: {{ format_log_changes(l.context.changes)|raw }}
{% endif %}
{% if parsed.action == 'created' %} Création {% elseif parsed.action == 'updated' %} Modification {% elseif parsed.action == 'deleted' %} Suppression {% endif %} {{ l.level }} {{ l.levelName }} {{ l.extra.user.firstname ?? 'N/A' }}
Aucun log disponible pour cette entité