= $model->name ?>
parent->name)):?>
ПОДРЯД
Из проекта: = Html::a($model->parent->name, Url::toRoute(['tender/view', 'tender_id' =>$model->parent->project_id ])) ?>
Бюджет: = $model->budget?> = $model->budgetCurrency->label?>
= Yii::$app->formatter->asDatetime($model->date_end, 'dd.MM.Y')?>
= $model->user->owner->name ?>
30 отзывов
= Html::a(Html::img('/images/ico-fb.png'),"{$model->user->userInfo->social_fb}",['target'=>'_blank'])?>
= Html::a(Html::img('/images/ico-tw.png'),"{$model->user->userInfo->social_t}", ['target'=>'_blank'])?>
= Html::a(Html::img('/images/ico-in.png'),"{$model->user->userInfo->social_in}",['target'=>'_blank'])?>
= Html::a(Html::img('/images/ico-vk.png'),"{$model->user->userInfo->social_vk}",['target'=>'_blank'])?>
user->identity )) {
?>
isBookmarked) {
echo Html::a('', [ '#' ], [
'class' => 'artbox_bookmark_remove_project',
'data-id' => $model->project_id,
]);
} else {
echo Html::a('', [ '#' ], [
'class' => 'artbox_bookmark_add_project',
'data-id' => $model->project_id,
]);
}
?>

= $model->user->liveTime?>
= $model->user->userInfo->lastVisit?>
user->type == 2):?>

= $model->user->companyInfo->staff?>
user->phones as $phone ):?>
= $phone['phone'] ?>
parent->name)):?>
Подряд
= Html::a('Основной проект', Url::toRoute(['tender/view', 'tender_id' =>$model->parent->project_id ])) ?>
Краткая информация о проекте
= $model->description ?>
$this,
'model' => $model::className(),
'model_id' => $model->project_id,
'comment_class' => \common\modules\comment\models\CommentProject::className(),
'class_options' => [
'scenario' => is_int(\Yii::$app->user->getId()) ? \common\modules\comment\models\Comment::SCENARIO_USER : \common\modules\comment\models\Comment::SCENARIO_GUEST,
'user_id' => \Yii::$app->user->getId(),
'guestComment' => false,
'status' => \common\modules\comment\models\CommentProject::STATUS_ACTIVE,
],
'list_options' => [
'view' => 'list-project-comment',
'class' => 'section box tender-offer-proj-wr',
],
'form_options' => [
'view' => 'form-project-comment',
'tag' => 'div',
'class' => 'artbox_comment_form section-box tender-add-answer',
],
'options' => [
'tag' => false,
],
]);
?>