{% set order = hookable_metadata.context.order %} {% if order.customer.id|default(null) is not null %}
{{ 'sylius.ui.checking_out_as'|trans }} {{ app.user is null ? order.customer.email : order.customer.fullName|default(order.customer.email) }}.
{% else %}
{{ 'sylius.ui.sign_in'|trans }}
{% endif %}