{%- if settings.logo != blank -%}
{%- assign logo_alt = settings.logo.alt | default: shop.name | escape -%}
{{ settings.logo | image_url: width: 324 | image_tag: class: 'gift-card__image', alt: logo_alt }}
{%- else %}
{%- endif %}
{{ gift_card.balance | money_with_currency }}
{%- if gift_card.enabled == false or gift_card.expired -%}{{ 'gift_cards.issued.expired' | t }}
{%- endif -%}{{ 'gift_cards.issued.expiration_date' | t: expires_on: gift_card_expiration_date }}
{% endif %}{{ 'gift_cards.issued.how_to_use_gift_card' | t }}