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

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

<h1 style="text-align: center">Solicitar pr&eacute;stamo</h1>

<?php echo $this->renderPartial('_form', array( 'model'=>$model,
                                                'modelAsociado'=>$modelAsociado,
                                                'post'=>$post,
                                                'postDatos'=>$postDatos,
                                                'sueldo'=>$sueldo,
                                                'porcentaje'=>$porcentaje,
                                                'modelCapacidadPago'=>$modelCapacidadPago,
                                                'modelCategoria'=>$modelCategoria,
                                                'poseeSolicitudCredito'=>$poseeSolicitudCredito,
                                                'modelPermitirCuotasEspeciales'=>$modelPermitirCuotasEspeciales,
                                            )); ?>