= \Html::input( [
'label' => 'Status',
'class' => 'require',
'name' => 'name',
'id' => 'name',
'readonly' => true,
'value' => $this -> status['status']
] );?>
= \Html::input( [
'label' => 'Kolor',
'name' => 'color',
'id' => 'color',
'value' => $this -> status['color']
] );?>
= \Html::select( [
'label' => 'Status z Apilo',
'name' => 'apilo_status_id',
'id' => 'apilo_status_id',
'values' => $apilo_status_types_list,
'value' => $this -> status['apilo_status_id']
] );?>