Files

12 lines
226 B
Smarty
Raw Permalink Normal View History

2025-12-09 06:52:43 +00: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 %}