<?php
/* @var $this ConfReestructuracionTablaCreditoController */
/* @var $data ConfReestructuracionTablaCredito */
?>

<div class="view">

	<b><?php echo CHtml::encode($data->getAttributeLabel('id')); ?>:</b>
	<?php echo CHtml::link(CHtml::encode($data->id), array('view', 'id'=>$data->id)); ?>
	<br />

	<b><?php echo CHtml::encode($data->getAttributeLabel('id_estatus_cuotas')); ?>:</b>
	<?php echo CHtml::encode($data->id_estatus_cuotas); ?>
	<br />


</div>