Description
{{ paragraph }}
{% endfor %} {% endif %} {% if description %} {% else %} {% endif %} {% if product_highlights or marketing_highlights %} {% if description %}Marketing Highlights
{{ line.description }}
{% endif %}
{% endfor %}
{% for line in product_highlights %}
{{ line.description }}
{% endfor %}
{% endif %}
{% if user_features.is_global_sync_highlights_enabled and global_sync_highlights %}
Sync Highlights
{{ global_sync_highlights }}
{% endif %}
{% if sales_goals %}
{% if not product_highlights and not marketing_highlights %}
Marketing Highlights
{{ goal['country']['name'] }}
{{ goal['marketing_drivers']['value'].strip() }}
{% endfor %}
{% endif %}
Tracklist
DISC {{ disc }}
{% endif %} {% for side in track_list[disc] %} {% if side != 'side' and track_count > 1 %}SIDE {{ side }}
{% endif %} {% for track in track_list[disc][side] %}{{ track.track_number }}. {{ track.track_name }} {% if track.artist_name != artist_name and context_type == 'physical' %} - {{ track.artist_name }} {% endif %}
{% endfor %} {% endfor %} {% endfor %} {% else %}No tracks available for this product
{% endif %}