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

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

<h3 style="text-align: center;">Cargar Aporte Voluntario</h3>
<?php
    foreach(Yii::app()->user->getFlashes() as $key => $message) {
        echo '<div class="alert alert-' . $key . '">' . $message . "</div>\n";
    }
?>
<?php echo $this->renderPartial('_form', array('model'=>$model)); ?>