{$GLOBAL.website.name}
    {if $smarty.session.AUTHENTICATED|default:"0" == 1 && $GLOBAL.userdata.lastnotifications|@count|default:"0" != 0}
    • {section notification $GLOBAL.userdata.lastnotifications}
    • {if $GLOBAL.userdata.lastnotifications[notification].type == new_block} New Block {else if $GLOBAL.userdata.lastnotifications[notification].type == payout} Payout {else if $GLOBAL.userdata.lastnotifications[notification].type == idle_worker} IDLE Worker {else if $GLOBAL.userdata.lastnotifications[notification].type == success_login} Successful Login {/if} {$GLOBAL.userdata.lastnotifications[notification].time|relative_date}
    • {/section}
    • See All Notifications
  • {/if}
  • {if $GLOBAL.userdata.username|default}{$smarty.session.USERDATA.username|escape}{else}Guest{/if}
      {if $smarty.session.AUTHENTICATED|default:"0" == 1}
    • Settings
    • Workers
    • Logout
    • {else}
    • Login
    • Sign Up
    • {/if}