<?php

$this->breadcrumbs = array($model->name);
$this->menu = array(array('label' => 'Home', 'url' => array('/aOrganization')), array('label' => 'Create', 'url' => array('create')), array('label' => 'Update', 'url' => array('update', 'id' => $model->id)), array('label' => 'Delete', 'url' => '#', 'linkOptions' => array('submit' => array('delete', 'id' => $model->id), 'confirm' => 'Are you sure you want to delete this item?')));
$this->menu1 = aOrganization::getTopUpdated();
$this->menu2 = aOrganization::getTopCreated();
$this->menu3 = aOrganization::getTopRelated($model->id);
?>

<div class="page-header">
	<h1>
		<?php 
echo $model->name;
?>
	</h1>
</div>


<?php 
$this->widget('bootstrap.widgets.BootDetailView', array('data' => $model, 'attributes' => array('name')));
?>

<?php 
/*
<h2>Account Behalf of This Entity</h2>
<?php $this->widget('bootstrap.widgets.BootGridView', array(
		'id'=>'t-account-grid',
		'dataProvider'=>tAccountEntity::model()->searchEntity($model->id),
		'itemsCssClass'=>'table table-striped table-bordered',
		'template'=>'{items}{pager}',
		'columns'=>array(