mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-04 13:47:45 +00:00
12 lines
226 B
Smarty
12 lines
226 B
Smarty
![]() |
{% 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 %}
|