{if $Template->getAttribute('content-body') && $Site->getAttribute('content')}
{$Site->getAttribute('content')}
{/if} {if $offset} {/if}
{if count($entries)} {/if}
{foreach $entries as $Faq}

{$Faq->getAttribute('title')}

{if $Faq->getAttribute('short')}
{$Faq->getAttribute('short')|nl2br}
{/if}
{$Faq->getAttribute('content')}
{locale group="quiqqer/faq" value="link.to.top"}
{if !($Faq@last)}
{/if} {/foreach}