{% if hookable_metadata.context.locale_code is defined %} {% set locale_code = hookable_metadata.context.locale_code %} {% set attributes = hookable_metadata.context.attributes %}
{{ 'sylius.ui.content'|trans }}
{% hook 'translatable' with { 'attributes': attributes, locale_code } %}
{% endif %}