{$CONST.STATICPAGE_SEARCHRESULTS|sprintf:$staticpage_searchresults}

{if $staticpage_results}
    {foreach from=$staticpage_results item="result"}
  • {$result.headline} ({$result.realname}) {$result.content|strip_tags|strip|truncate:200:" ... "}
  • {/foreach}
{else}

{$CONST.NO_ENTRIES_TO_PRINT}

{/if}