mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-01 00:35:15 +02:00
6 lines
No EOL
201 B
Twig
6 lines
No EOL
201 B
Twig
<div class="mt-2">
|
|
{% if datatable is not null %}
|
|
{% import "components/history_log_macros.html.twig" as log %}
|
|
{{ log.element_history_component(datatable) }}
|
|
{% endif %}
|
|
</div> |