{{ product.name }}{% if product.music_catalog_number %} {{ product.music_catalog_number }}{% endif %}

{% if product.soundcloud_playlist_id %}
{% endif %}
{{ product.description | simple_format }}
{% if product.available? %}

{% elsif product.announced? %}

This item is coming soon.

{% elsif product.unavailable? %}

This item isn't currently available.

{% elsif product.unlisted? %}

This item isn't listed. That means it isn't visible to your customers.

{% endif %}

{% if product.music_pressing_information %}

Pressing Information

{{ product.music_pressing_information | simple_format }} {% endif %} {% if product.music_track_listings %}

Tracks

    {% for track in product.music_track_listings %}
  1. {{ track.id3_track_name }}
  2. {% endfor %}
{% endif %} {% if config['display_tweet_button'] or config['display_like_button'] %} {% endif %}
{% if product.eligible_for_availability_notices? %}
{% if product.announced? %} Want an email when this
becomes available? {% else %} Looking for something
that's out of stock? {% endif %}
{% endif %}