Form->create($apimport) ?>
Form->input('schule'); echo $this->Form->input('pruefungsart'); echo $this->Form->input('anzahl'); echo $this->Form->input('schuelerstatus'); echo $this->Form->input('lieferung'); echo $this->Form->input('erzeugungsdatum'); ?>
Form->button(__('Submit')) ?> Form->end() ?>