mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-09 18:04:33 +02:00
11 lines
309 B
Twig
11 lines
309 B
Twig
{# @var entry \App\Entity\LogSystem\ElementDeletedLogEntry #}
|
|
|
|
{% import "log_system/details/helper.macro.html.twig" as log_helper %}
|
|
|
|
{% if entry.undoEvent %}
|
|
<span class="badge badge-info bg-info">Test</span>
|
|
{% endif %}
|
|
|
|
{{ log_helper.comment_field(entry) }}
|
|
|
|
{{ log_helper.data_change_table(entry) }}
|