mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-28 04:30:08 +02:00
8 lines
216 B
Twig
8 lines
216 B
Twig
|
{# @var entry \App\Entity\LogSystem\ElementDeletedLogEntry #}
|
||
|
|
||
|
{% import "log_system/details/helper.macro.html.twig" as log_helper %}
|
||
|
|
||
|
{{ log_helper.comment_field(entry) }}
|
||
|
|
||
|
{{ log_helper.data_change_table(entry) }}
|