encoder(); $order = $this->extOrderItem; /// Delivery e-mail intro with order ID (%1$s), order date (%2$s) and delivery status (%3%s) $msg = $this->translate( 'client/html', 'Your order %1$s from %2$s has been dispatched.' ); $key = 'stat:' . $order->getDeliveryStatus(); $status = $this->translate( 'client/html/code', $key ); $format = $this->translate( 'client/html', 'Y-m-d' ); $string = sprintf( $msg, $order->getId(), date_create( $order->getTimeCreated() )->format( $format ), $status ); ?>

html( nl2br( $string ), $enc::TRUST ); ?> get( 'introBody' ); ?>