= $model->budget_from . '-' . $model->budget_to . ' ' . $model->currency->label ?>
= $model->term_from . '-' . $model->term_to ?> ДНЯ
= $user->name ?>
'rating_review_comment',
'value' => $user->userInfo->rating,
'pluginOptions' => ['displayOnly' => true, 'size' => 'xxs']
]);
?>
= Html::a(count($user->comments) . ' отзывов', $user->getLink('review'), [ 'class' => 'link-to-comm' ]) ?>
= $model->text ?>
getFilesList() as $file) {
?>
-
= Html::a($file->name, $file->dir, [ 'class' => 'download-link-file' ]) ?>
= Html::a('Скачать', $file->dir, [
'class' => 'download-link',
'download' => 'download',
]) ?>