{% if description %}

Description

{% for paragraph in description %}

{{ paragraph }}

{% endfor %} {% endif %} {% if description %}
{% else %}
{% endif %} {% if product_highlights or marketing_highlights %} {% if description %}
{% else %}
{% endif %}

Marketing Highlights

{% for line in marketing_highlights %} {% if line.subject == "Project 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

{% endif %} {% for goal in sales_goals %}

{{ goal['country']['name'] }}

 {{ goal['marketing_drivers']['value'].strip() }} 
{% endfor %} {% endif %}

Tracklist

{% if track_count > 0 %} {% for disc in track_list %} {% if disc != 'cd' and track_count > 1 %}

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 %}
{% if context_type !='digital' %}

{{ configuration }}

{% endif %}