Part-DB.Part-DB-server/templates/Parts/info/_history.html.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>