+
+
+
+
+
+
+
+
+
+
+
+
+
+ Salas
+ +
+
+
+
+
+
+ -
+{% autoescape 'html' %}
+{% set num = 0 %}
+{% for room in recommendedRooms %}
+ {% if num % 2 == 0 %}
+
- + {% else %} +
- + {% endif %} + + {% set occupancyLevel = 0 %} + {% if room.getData().getVisitorsNow() > 0 %} + + {% set percentage = ((room.getData().getVisitorsNow() * 100) / room.getData().getVisitorsMax()) %} + + {% if (percentage >= 99) %} + {% set occupancyLevel = 5 %} + {% elseif (percentage > 65) %} + {% set occupancyLevel = 4 %} + {% elseif (percentage > 32) %} + {% set occupancyLevel = 3 %} + {% elseif (percentage > 0) %} + {% set occupancyLevel = 2 %} + {% endif %} + + {% endif %} + + + Entrar a {{ site.siteName }} Hotel + {% autoescape 'html' %}{{ room.getData().getName() }}{% endautoescape %} + {% autoescape 'html' %}{{ room.getData().getDescription() }}{% endautoescape %} + Dueño: {{ room.getData().getOwnerName() }} + + +{% set num = num + 1 %} +{% endfor %} +
+
+
+
+
+
+
+
+
+
+ Grupos
+-
+
- Top grupos +
- Temas recientes +
+
+
+
+ -
+ {% autoescape 'html' %}
+ {% set num = 1 %}
+ {% for topic in recentTopics %}
+
+ {% if num % 2 == 0 %}
+
- + {% else %} +
- + {% endif %} + + + {{ topic.getTopicTitle }} + + + + + {% set num = num + 1 %} + {% endfor %} + {% endautoescape %} +
+
+
+
+
+
+
+ {{ site.siteName }}s al azar - ¡Haz clic!
+
+
+
+{% set num = 0 %}
+{% for habbo in randomHabbos %}
+
+
+
+
+
+
+ 
+
+
+
+{% set num = num + 1 %}
+{% endfor %}
+
+ {% if habbo.isOnline() %}
+
+ {{ habbo.getName() }}
+ {% else %}
+ {{ habbo.getName() }}
+ {% endif %}
+
+ {{ site.siteName }} creado en: {{ habbo.getCreatedAt() }}
+ {{ habbo.getMotto() }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ultimas noticias
+{% if article1.isPublished() == false %}*{% endif %}{{ article1.title }}
++ {{ article1.shortstory }}
++ Leer más » +
+-
+
-
+ {{ article4.title }}{{ article4.getDate() }}+
+
-
+ {{ article5.title }}{{ article5.getDate() }}+
+
- Más noticias » +
+
+
+
+
+ YoSoys
+ {% include "habblet/tagList.tpl" %} +
+
+
+
+
+
+
+
+
+
+
+
+
+ {% include "base/ads_container.tpl" %}
+
+