t('record_add') ?>h($this->user->pretty_name()) ?>

formTag(function(){ ?> hiddenFieldTag("user_id", $this->user->id) ?>
checkBox("user_record", "is_positive") ?>
textArea('user_record', 'body', ['size' => "20x8"]) ?>
submitTag($this->t('record_submit')) ?> buttonToFunction($this->t('record_cancel'), "location.back()") ?>