field($model, 'name')->textInput(['maxlength' => true]) ?> field($model, 'color')->textInput(['maxlength' => true]) ?> field($model, 'active')->textInput() ?> field($model, 'sort')->textInput() ?> field($model, 'if_mail')->textInput() ?>
isNewRecord ? 'Create' : 'Update', ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?>