= $form->field($model, 'number') ?>
= $form->field($model, 'status')->dropDownList($statusOptions) ?>
= $form->field($model, 'type')->dropDownList($typeOptions) ?>
= $form->field($model, 'searchCustomerName')->textInput() ?>
= $form->field($model, 'rfid_key')->textInput() ?>
= $form->field($model, 'searchKeyNumber')->textInput()->label("Kulcs") ?>
= $form->field($model, 'usage')->dropDownList(['' => 'Mind' , '1' => 'Használt', '2' => 'Üres' ])->label("Használat") ?>
= $form->field($model, 'key_assigned')->dropDownList(['' => 'Mind' , '1' => 'Kulcs hozzárendelve', '2' => 'Kulcs nélkül' ])->label("Kulcs hozzárendelés") ?>
= Html::submitButton(Yii::t('common/card', 'Search'), ['class' => 'btn btn-primary']) ?>