$rows
* @var bool $show_date
* @var bool $show_user
*/
?>
$row) : ?>
count() > $limit_high) : ?>
= $row->record->fullName() ?>
record->lastChangeTimestamp()->unix() !== 0) : ?>
= /* I18N: [a record was] Changed on by */I18N::translate('Changed on %1$s by %2$s', view('components/datetime', ['timestamp' => $row->record->lastChangeTimestamp()]), e($row->record->lastChangeUser())) ?>
= /* I18N: [a record was] Changed on */ I18N::translate('Changed on %1$s', view('components/datetime', ['timestamp' => $row->record->lastChangeTimestamp()])) ?>
= /* I18N: [a record was] Changed on */ I18N::translate('Changed by %1$s', e($row->user->userName())) ?>