2023-05-18 23:05:40 +02:00
|
|
|
{# @var entry \App\Entity\LogSystem\CollectionElementDeleted #}
|
|
|
|
|
|
|
|
|
|
{% import "log_system/details/helper.macro.html.twig" as log_helper %}
|
|
|
|
|
|
|
|
|
|
<p class="m-0">
|
|
|
|
|
<b>{% trans %}log.collection_deleted.deleted{% endtrans %}</b>:
|
2026-06-25 12:44:06 +02:00
|
|
|
{{ type_label(entry.deletedElementClass) }} #{{ entry.deletedElementID }}
|
2023-05-18 23:05:40 +02:00
|
|
|
{% if entry.oldName is not empty %}
|
|
|
|
|
({{ entry.oldName }})
|
|
|
|
|
{% endif %}
|
|
|
|
|
</p>
|
|
|
|
|
<p class="m-0">
|
|
|
|
|
<b>{% trans %}log.collection_deleted.on_collection{% endtrans %}</b>:
|
|
|
|
|
{{ log_helper.translate_field(entry.collectionName) }}
|
2026-06-25 12:44:06 +02:00
|
|
|
</p>
|