{% set catalog_promotion = hookable_metadata.context.resource %}
{{ 'sylius.ui.translations'|trans }}
{% for translation in catalog_promotion.translations %} {% set locale = translation.locale %}

{% hook 'translations' with { translation } %}
{% endfor %}