{% macro edit_content_button(content, title) %} {% include '@ibexadesign/ui/edit_translation_button.html.twig' with { 'contentId': content.contentId, 'translations': content.available_enabled_translations, 'title': title }%} {% endmacro %}