matomo / plugins /Contents /templates /_actionTooltip.twig
Leon4gr45's picture
Upload source files chunk 32
d3c6ada verified
Raw
History Blame Contribute Delete
446 Bytes
{% 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 %}