<div class="status">
	<?php if ( Session::get('season')['id'] != Session::get('season')['current'] ): ?> 
	<?php echo 	HTML::link_to_route('changelog', 'v. 1.4.3' ) . '&nbsp;&nbsp;&nbsp;&nbsp;' . Session::get('user')['name'] . ' | ' . Session::get('user')['role'] . ' | ' ; ?> 
	<?php echo 	'<span class="attention" title="is not the current season">' . Session::get('season')['label'] . '</span> | ' ; ?>
	<?php else: ?>
	<?php echo  HTML::link_to_route('changelog', 'v. 1.4.3' ) . '&nbsp;&nbsp;&nbsp;&nbsp;' . Session::get('user')['name'] . ' | ' . Session::get('user')['role'] . ' | ' . Session::get('season')['label'] . ' | '  ; ?>
	<?php endif; ?>
	<?php if(Auth::check()): ?>
		<?php echo  HTML::link_to_route('logout', 'logout' ) ; ?>
	<?php else: ?>
		<?php echo  HTML::link_to_route('login', 'login' ) ; ?>
	<?php endif; ?>
</div>
