{% if site.serverOnline %}
{% else %}
{% endif %}
{{ site.siteName }} is offline
{{ playerDetails.getName() }}:
{% autoescape 'html' %}
{% if playerDetails.motto == "" %}
Click to enter your motto/ status
{% else %}
{{ playerDetails.motto }}
{% endif %}
{% endautoescape %}
- Change looks »
- {{ playerDetails.credits }} Credits
- {% if playerDetails.hasClubSubscription() %} {{ hcDays }} HC days {% else %} Join {{ site.siteName }} club » {% endif %}
- {{ playerDetails.pixels }} Pixels
-
{% if hasBirthday %}
-
Happy birthday, {{ playerDetails.name }}!
{% endif %}
{% for alert in alerts %}
{% if alert.getAlertType() == 'HC_EXPIRED' %}
-
Remove notification
Your Habbo Club is expired. Do you want to extend your Habbo Club?
{% elseif alert.getAlertType() == 'PRESENT' %}
-
Remove notification
{{ alert.getMessage }}
{% elseif alert.getAlertType() == 'TUTOR_SCORE' %}
-
Remove notification
{{ alert.getMessage }}
{% elseif alert.getAlertType() == 'CREDIT_DONATION' %}
-
Remove notification
{{ alert.getMessage }}
{% endif %}
{% endfor %}
{% if feedFriendRequests > 0 %}
- You have {{ feedFriendRequests }} friend requests waiting {% endif %} {% set num = 1 %} {% if (feedFriendsOnline|length) > 0 %}
- You have {{ feedFriendsOnline|length }} friends online {% for friend in feedFriendsOnline %} {{ friend.getUsername() }}{% if num < (feedFriendsOnline|length) %},{% endif %}{% set num = num + 1 %} {% endfor %} {% endif %} {% if unreadGuestbookMessages > 0 %}
- You have {{ unreadGuestbookMessages }} new guestbook entries on your homepage {% endif %} {% set num = 1 %} {% if pendingMembers > 0 %}
- {{ pendingMembers }} of your groups have pending members: {% for group in pendingGroups.entrySet() %} {% set groupId = group.getKey() %} {% set groupName = group.getValue() %} {{ groupName }}{% if num < (pendingGroups|length) %},{% endif %}{% set num = num + 1 %} {% endfor %} {% endif %} {% set num = 1 %} {% if newPostsAmount > 0 %}
- {{ newPostsAmount }} of your groups have new forum messages: {% for group in newPosts.entrySet() %} {% set groupId = group.getKey() %} {% set groupName = group.getValue() %} {{ groupName }}{% if num < (newPosts|length) %},{% endif %}{% set num = num + 1 %} {% endfor %} {% endif %} {% if playerDetails.isTradeEnabled() %}
- Trading is on. Click here to turn it off {% else %}
- Trading is off. Click here to turn it on {% endif %}
- Last signed in: {{ lastOnline }}
Your next gift! {% if newbieNextGift > 2 %} {% endif %}
{% include "habblet/nextgift.tpl" %}
My Messages
{% include "habblet/minimail/minimail_messages.tpl" %}
{{ site.siteName }}s
Enjoy {{ site.siteName }} more with real life friends!
Invite your friends to Habbo and earn cool badges! Send a link to your friend and ask them to register and activate their email. If they are using Habbo in active way you get rewarded with a badge.
Events
Browse latest events by their category
{% set eventCategory = 1 %}
{% include "habblet/load_events.tpl" %}