{{ shop.name }}
{{ gift_card.initial_value | money }}
{% if gift_card.balance != gift_card.initial_value %}Balance {{ gift_card.balance | money }}
{% endif %}{{ gift_card.code | format_code }}
{% if gift_card.expired %}
Expired
{% elsif gift_card.expires_on %}Expires {{ gift_card.expires_on | date: "%B %-d, %Y" }}
{% endif %} {% unless gift_card.enabled %}Disabled
{% endunless %}