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

<br/>
<strong><?=__('Picture')?></strong><br/>
<img src="<?=$this->url([
	'newsid' => $this->bean->id,
	'width' => 320,
	'height' => 240,
],'news-image')?>?>" />
<strong><?=__('Title')?></strong><br/>
<?=$this->bean->title?><br/>
<strong><?=__('Publish date')?></strong><br/>
<?=$this->bean->dtpublished?><br/>
<strong><?=__('Author')?></strong><br/>
<?=$this->bean->user->name?> <?=$this->bean->user->surname?><br/>
<strong><?=__('Body')?></strong><br/>
<?=$this->bean->body?><br/>

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