message->to_id == current_user()->id) : ?>
h($this->message->title()) ?>
h($this->message->title()) ?>
t(['.sent_by_html', 'user' => $this->linkTo($this->message->from->name, ['controller' => "user", 'action' => "show", 'id' => $this->message->from_id]), 'x_ago' => $this->t(['time.x_ago', 't' => $this->timeAgoInWords($this->message->created_at)])]) ?>
format_text($this->message->body) ?>