<?php
/* @var $this AsociadoCuentaBancoController */
/* @var $model AsociadoCuentaBanco */

$this->breadcrumbs=array(
	'Asociado Cuenta Bancos'=>array('index'),
	'Create',
);

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

<h3 style="text-align: center;">Registrar cuenta de banco</h3>

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