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

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

<h1>Create ConfRetenciones</h1>

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