<div style="font-size: 11pt;">

	<div style="float: right; color: #990000;">
		<?php echo Helpers::getActivityName($information['activity']); ?>
	</div>

	<div style="font-weight: bold;">
		<?php echo preg_replace('/\(.*\)/', '', $information['league']->slug); ?> <?php echo $information['league']->name; ?>
	</div>

	<br />

	<?php foreach ($information['data']->teams as $i => $team): ?>

		<div>
			
			<input type="text" value="<?php echo $team->finish; ?>" style="position: relative; top: -6px; width: 20px;" data-team-id="<?php echo $team->team_id; ?>" />

			<div style="width: 375px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block;">
				<?php echo $team->name; ?> <span style="color: #7d7b7d; font-size: 9pt;">(<?php echo $team->team_id; ?>)</span>
			</div>
		</div>

	<?php endforeach; ?>
	
</div>
