mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 11:48:49 +02:00
11 lines
356 B
Twig
11 lines
356 B
Twig
|
{# @var entry \App\Entity\LogSystem\ElementCreatedLogEntry #}
|
||
|
|
||
|
{% import "log_system/details/helper.macro.html.twig" as log_helper %}
|
||
|
|
||
|
{{ log_helper.comment_field(entry) }}
|
||
|
{% if entry.creationInstockValue %}
|
||
|
<p>
|
||
|
<b>{% trans %}log.element_created.original_instock{% endtrans %}:</b>
|
||
|
{{ entry.creationInstockValue }}
|
||
|
</p>
|
||
|
{% endif %}
|