title = Yii::t('frontend/transfer', 'Transfers'); $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

render('_search', ['model' => $searchModel]); ?>

'btn btn-success']) ?>

$dataProvider, 'columns' => [ 'id_transfer', 'id_discount', 'id_currency', 'id_object', 'status', // 'type', // 'item_price', // 'count', // 'money', // 'money_currency', // 'rate', // 'id_user', // 'comment', // 'created_at', // 'updated_at', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>