{% layout none %} {%- render 'stylesheets' -%} {{ 'template-giftcard.css' | asset_url | stylesheet_tag }} {%- if settings.favicon != blank -%} {%- endif -%} {%- assign formatted_balance = gift_card.balance | money_without_trailing_zeros | strip_html -%} {{ 'gift_cards.issued.title' | t: value: formatted_balance, shop: shop.name }} {{ content_for_header }} {% # theme-check-disable AssetPreload %} {%- unless settings.type_body_font.system? -%} {%- endunless -%} {%- unless settings.type_subheading_font.system? -%} {%- endunless -%} {%- unless settings.type_heading_font.system? -%} {%- endunless -%} {%- unless settings.type_accent_font.system? -%} {%- endunless -%} {% # theme-check-enable AssetPreload %} {%- render 'theme-styles-variables' -%} {%- render 'color-palette' -%}

{{ shop.name }}

{%- 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 -%}
{% if gift_card.expires_on %} {%- assign gift_card_expiration_date = gift_card.expires_on | date: '%B %e, %Y' -%}

{{ 'gift_cards.issued.expiration_date' | t: expires_on: gift_card_expiration_date }}

{% endif %}

{{ 'gift_cards.issued.how_to_use_gift_card' | t }}

{{ gift_card.code | format_code }}

{%- if gift_card.pass_url -%} {{ 'gift_cards.issued.add_to_apple_wallet' | t }} {%- endif -%} {{ 'icon-checkmark.svg' | inline_asset_content }} {{ 'gift_cards.issued.copy_code_success' | t }} {{ 'gift_cards.issued.shop_link' | t }}