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

{$backend_frontpage_display}
{if $update}

Update notification

{* i18n *} New stable Serendipity version available: {$curVersion}
{/if} {if is_array($comments)}

{$CONST.COMMENTS}

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

{$CONST.ADMIN_ENTRIES}

{* i18n *}
    {foreach $entries as $entry}
  1. {$entry.title} {if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour) && $entry.isdraft == "false"} {$CONST.ENTRY_PUBLISHED_FUTURE} {/if} {if $entry.isdraft == "true"} Draft {/if}
  2. {/foreach}
{/if}