title = Yii::t('frontend/collection', 'Create Collection'); $this->params['breadcrumbs'][] = ['label' => Yii::t('frontend/collection', 'Collections'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a(Yii::t('frontend/collection', 'Refresh'), ['create', 'id_account' => $model->id_account], ['class' => 'btn btn-primary']) ?> = Html::a(Yii::t('frontend/collection', 'Select another account'), ['select-account' ], ['class' => 'btn btn-primary']) ?>
userCartTotal > 0){ ?>Figyelem! A recepció kassza tartalmaz még fizetetlen elemeket!
$model->totals ]); ?> = $this->render('_form', [ 'model' => $model, ]) ?>