{if $Template->getAttribute('content-body') && $Site->getAttribute('content')}
{$Site->getAttribute('content')}
{/if} {* Template: default*} {if $faqTemplate == 'default'} {if $offset} {* This CSS is used to scroll the page down a bit when accessed with a # in the url. By doing this the menu no longer hides the linked content. *} {/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}
{/if} {* Template: accordion*} {if $faqTemplate == 'accordion'}
{$FAQControl->create()}
{/if}