1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-03 21:27:46 +00:00
Havana/tools/www-tpl/default-en/habblet/habboClubEnddate.tpl

12 lines
226 B
Smarty
Raw Normal View History

2022-09-03 15:05:14 +10:00
{% if session.loggedIn %}
<p>
{% if playerDetails.hasClubSubscription() %}
You have {{ hcDays }} {{ site.siteName }} Club day(s) left.
{% else %}
You are not a member of {{ site.siteName }} Club
{% endif %}
</p>
{% endif %}