| {{ 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' }}
|
{% endfor %}
{% else %}