2023-01-23 11:03:31 +01:00

9 lines
446 B
Twig

{% if action.contentName %}
{{ 'Contents_ContentName'|translate }}: {{ action.contentName }}{% endif %}{% if action.contentPiece %}
{{ 'Contents_ContentPiece'|translate }}: {{ action.contentPiece }}{% endif %}{% if action.contentTarget %}
{{ 'Contents_ContentTarget'|translate }}: {{ action.contentTarget }}{% endif %}{% if action.contentInteraction %}
{{ 'Contents_ContentInteraction'|translate }}: {{ action.contentInteraction }}{% endif %}