{include file="sections/header.tpl"}
Installed Devices
{foreach $devices as $d}
{$d['title']} by {$d['author']}
{nl2br(strip_tags($d['description']))}
{/foreach}
{include file="sections/footer.tpl"}