mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-05 06:07:46 +00:00
12 lines
No EOL
221 B
Smarty
12 lines
No EOL
221 B
Smarty
{% 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 %} |