<?php
$this->breadcrumbs=array(
	'Reporte Creditoses'=>array('index'),
	'Create',
);

$this->menu=array(
	array('label'=>'List ReporteCreditos','url'=>array('index')),
	array('label'=>'Manage ReporteCreditos','url'=>array('admin')),
);
?>

<h1>Create ReporteCreditos</h1>

<?php echo $this->renderPartial('_form', array('model'=>$model)); ?>