1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-05 14:17:46 +00:00
Havana/tools/www-tpl/es/habblet/habboClubEnddate.tpl

12 lines
221 B
Smarty
Raw Normal View History

{% if session.loggedIn %}
<p>
{% if playerDetails.hasClubSubscription() %}
Te quedan {{ hcDays }} días de Club {{ site.siteName }}.
{% else %}
No eres miembro del club {{ site.siteName }}.
{% endif %}
</p>
{% endif %}