{% set enabled = order.payments|length %}
{% if sylius_is_shipping_required(order) %} {{ 'sylius.ui.change_shipping_method'|trans }} {% else %} {{ 'sylius.ui.change_address'|trans }} {% endif %}