Member space, welcome back {{ capitalizeFirst(member.customer.first_name) }}

Active memberships

First name Last name Type Expires on Action
{{ capitalizeFirst(membership.sub_customer?.first_name) }} {{ capitalizeFirst(membership.sub_customer?.last_name) }} {{ membership.sub_customer?.is_kid ? "Youth" : "Adult" }} {{ isBigScreen ? 'Active - until ' : '' }}{{ unixToDateTime(membership.valid_until).format('MM/DD/YYYY') }} {{ "Expired" + (isBigScreen ? ' - ' + unixToDateTime(membership.valid_until).format('MM/DD/YYYY') : '') }}

Add/Renew membership

At least one of your children's birthday dates is missing, please fill this information on the "Family" tab

If you renew an active membership the total duration will be extended after the current expiration date

Family members

  • {{ capitalizeFirst(family_member.first_name) + " " + capitalizeFirst(family_member.last_name) }} ({{ family_member.is_kid ? 'Child' : 'Parent' }})

    (membership active) Missing Information