<?php
$sessionData = new Zend_Session_Namespace('Alw');
?>
	<div class="">
		<ul>
			<li><strong><?php echo $this->translate->_("Subaccount Name"); ?>:</strong> <?php echo $sessionData->subaccount_name; ?></li>
			<li><strong><?php echo $this->translate->_("SoundScan (USA)"); ?>:</strong> <?php echo $this->filterSoundscancode($this->soundscanCodes, "US"); ?></li>
			<li><strong><?php echo $this->translate->_("SoundScan (CANADA)");?>:</strong> <?php echo $this->filterSoundscancode($this->soundscanCodes, "CA"); ?></li>
		</ul>
	</div>