<div class="panelSummary below">
	<table class="form" style="width:100%;">
		<?php if(isset($this->view->allowedRCT))
		{
		?>
		<tr>
			<td valign="top" width="30%" style="padding:5px;"><p><strong>Allowed Territories:</strong>&nbsp;&nbsp;<?php echo $this->view->allowedRCT;?></p>
			</td>
		</tr>
		<?php 
		}
		?>
		<?php if(isset($this->view->restrictedRCT))
		{
		?>
		<tr>
			<td valign="top" width="30%" style="padding:5px;"><p><strong>Restricted Territories:</strong>&nbsp;&nbsp;<?php echo $this->view->restrictedRCT;?></p>
			</td>
		</tr>
		<?php 
		}
		?>
	</table>
</div>