You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
234 B

{extends 'layout_view.tpl'}
{block name="title"}
<h1>{object_link type=$type id=$object backuptitle="{tr}Information{/tr}"}</h1>
{/block}
{block name="content"}
{if $plain}
{$content}
{else}
<div>{$content}</div>
{/if}
{/block}