notes as $note) : ?>
t('.table.post') ?> t('.table.note') ?> t('.table.body') ?> t('.table.edited') ?> t('.table.date') ?> t('.table.options') ?>
linkTo($note->post_id, ['post#show', 'id' => $note->post_id]) ?> linkTo($note->note_id.".".$note->version, ['note#history', 'id' => $note->note_id]) ?> h($note->body) ?> is_active) : ?>(deleted) linkTo($this->h($note->author()), ['user#show', 'id' => $note->user_id]) ?> updated_at)) ?> linkTo($this->t('.revert'), array('note#revert', 'id' => $note->note_id, 'version' => $note->version), ['method' => 'post', 'confirm' => $this->t('.revert_confirm')]) ?>
willPaginate($this->notes) ?>
partial("footer") ?>