{if:is_logged_in}
{if:is_admin}
Welcome {tag:user_name}, there are {tag:new_submissions_count} submissions pending on the database.
{else:is_admin}
Welcome {tag:user_name}, there are {tag:releases_count} releases on the database.
{/if:is_admin}
{else:is_logged_in}
If you are registered login, if not, what are you waiting for?
{/if:is_logged_in}
