{% load membership_tags %}
{{ club.name }}
{% if member.club.show_member_barcode %}Membership expires: {{ member.membership_expiration_date|date:"M j, Y" }}
{% endif %} {% if member.bap_points or member.hap_points or member.culture_points %}{% if member.bap_points %}BAP: {{ member.bap_points }} pts{% endif %} {% if member.hap_points %}{% if member.bap_points %} | {% endif %}HAP: {{ member.hap_points }} pts{% endif %} {% if member.culture_points %}{% if member.bap_points or member.hap_points %} | {% endif %}Culture: {{ member.culture_points }} pts{% endif %}
{% endif %}Member since: {{ member.createdon|date:"M j, Y" }}
{% google_wallet_save_url member as wallet_url %} {% comment %} In the app, only the wallet that phone actually has: the Google Wallet save URL opens in the system browser, so on an iPhone it's a button that leaves the app to do nothing, and an Apple Wallet download on Android is the same in reverse. On the web both are offered, since the browser could be on either platform. {% endcomment %}