{$CONST.WELCOME_BACK} {$username|escape:"html"}

{$backend_frontpage_display}
{if $update}

UPDATER_TITLE

New Version available: {$curVersion}
{/if} {if is_array($comments)}

{$CONST.COMMENTS}

    {foreach $comments as $comment}
  1. #{$comment.id} – {$comment.body|truncate:100:"…"}
  2. {/foreach}
{/if} {if is_array($entries)}

Future Entries

{* i18n *}
    {foreach $entries as $entry}
  1. {$entry.title}
  2. {/foreach}
{/if}