{extends "base_full.tpl.html"} {block title}Internal FAQ{if $faq|default:'' != ''} - {$faq.faq_title}{/if}{/block} {block "content"} {if $faq|default:'' != ''} {if $faq|default:'' == -1}

{t}Error: You are not allowed to view the requested FAQ entry.{/t}

{else}
{$faq.faq_title|escape:"html"}

{t}Last Updated{/t}: {$faq.faq_updated_date|timeago}

{$faq.message}
Back to Internal FAQ
{/if} {else} {section name="i" loop=$faqs} {/section}
{t}Article Entries{/t}
{t}Title{/t} {t}Last Updated Date{/t}
{$faqs[i].faq_title} {$faqs[i].faq_updated_date|timeago}
{/if} {/block}