<strong><?=__('Title')?></strong><br/>
<?=$this->bean->title?><br/>
<br/>
<strong><?=__('Published date and time')?></strong><br/>
<?=$this->bean->dtpublished?><br/>
<br/>
<strong><?=__('Author')?></strong><br/>
<?=$this->bean->user->name?> <?=$this->bean->user->surname?><br/>
<?php if($this->bean->extension): ?>
	<br />
	<img src="<?php echo '/public' . News_Module_Module::getInstance()->getSiteImgPath() . $this->bean->id . '.' . $this->bean->extension ?>" class="img-left" />
	<br />
	<br />
<?php endif; ?>
<strong><?=__('Body')?></strong><br/>
<?=$this->bean->body?><br/>

<a class="button" href="<?=$this->indexUrl?>"><?=__('Back')?></a>
