{% set order = hookable_metadata.context.order %} {% if order.paymentState == 'awaiting_payment' %} {% import '@SyliusShop/shared/buttons.html.twig' as buttons %}
{{ buttons.primary(path('sylius_shop_order_show', {'tokenValue': order.tokenValue}), 'sylius.ui.pay', null, 'tabler:credit-card', 'green') }}
{% endif %}