{# /** * @file * Default theme implementation for the completion message. * * Available variables: * - order_entity: The order entity. * - message: The completion message. * - payment_instructions: The payment instructions, if provided. * * @ingroup themeable */ #}
{{- message -}} {% if payment_instructions %}

{{ 'Payment instructions'|t }}

{{ payment_instructions }}
{% endif %}