city )) {
echo $model->city.' ';
}
echo $model->date_add. ' ';
if(!empty( $model->salary ) && !empty( $model->salaryCurrency )) {
echo $model->salary;
echo $model->salaryCurrency->label;
}
?>
= TextHelper::truncateHtmlText($model->description, 200, '...') ?>
= Html::a('

', [
'company/vacancy-view',
'company_id' => $model->user_id,
'link' => $model->link,
], [ 'class' => 'performer-vacant-reclam-bl-content-read' ]) ?>