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

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

<h1>Create Montepiodocumentos</h1>

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