t('.title') ?>

dmails->blank()) : ?>

t('.empty') ?>

dmails as $dmail) : ?>
t('.table.from') ?> t('.table.to') ?> t('.table.title') ?> t('.table.when') ?>
h($dmail->from->name) ?> h($dmail->to->name) ?> from_id == current_user()->id) : ?> linkTo($this->h($dmail->title()), ['action' => "show", 'id' => $dmail->id], ['class' => "sent"]) ?> has_seen) : ?> linkTo($this->h($dmail->title()), ['action' => "show", 'id' => $dmail->id], ['class' => "received"]) ?> linkTo($this->h($dmail->title()), ['action' => "show", 'id' => $dmail->id], ['class' => "received"]) ?> t(['time.x_ago', 't' => $this->timeAgoInWords($dmail->created_at)]) ?>
willPaginate($this->dmails) ?>
partial("footer") ?>