title = Yii::t('frontend/account-state', 'Open Account State'); $this->params['breadcrumbs'][] = ['label' => Yii::t('frontend/account-state', 'Account States'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; AccountStateAsset::register($this); $options = []; $options['last_states'] = $lastStates; $options['open'] = true; $this->registerJs ( 'new AccountState( '. json_encode($options).');' ); ?>

title) ?>

render('_form_open', [ 'model' => $model, 'accounts' => $accounts, 'account' => $account, ]) ?>