{% import '@SyliusShop/shared/buttons.html.twig' as buttons %}
{% set order = hookable_metadata.context.order %}
{{ buttons.secondary(path('sylius_shop_register_after_checkout', {'tokenValue': order.tokenValue}), 'sylius.ui.create_an_account'|trans, 'create-an-account', null) }}