<%inherit file="base_email.mak"/>

We have received Release Corrections for the SME Interop product:

<%include file="table.mak", args="upc=upc, title=title, artist=artist, label=label, owner=owner, format=format, status=status, grid=grid, nfd=nfd"/> % if orig_release_date or rc_audited_updates or product_artist_updates or track_artist_updates or carveouts_updated or new_artwork or audio_asset_updates:

The update was received from SME which updated the following fields:

% if orig_release_date != None: % endif % if rc_audited_updates != None: % for i, item in enumerate(rc_audited_updates): % endfor % endif % if product_artist_updates != None: % for i, item in enumerate(product_artist_updates): % endfor % endif % if track_artist_updates != None: % for i, item in enumerate(track_artist_updates): % endfor % endif % if new_artwork != None: % endif % if audio_asset_updates != []: % for i, item in enumerate(audio_asset_updates): % endfor % endif
Field Name Old Value Updated Value
Release Date ${orig_release_date} ${release_date}
${item['field_name']} ${item['old_value']} ${item['new_value']}
${item}
${item}
Artwork has been updated.
${item}

% if carveouts_updated != None:
Original Territory Carveouts Updated Territory Carveouts Territories added to Carveouts Territories no longer Carved out
Territories ${carveouts_old} ${carveouts_new} ${carveouts_added} ${carveouts_removed}

% endif %endif % if rc_warnings != [] or publisher_warnings != []:

We cannot update the following field(s) as they are not supported by Release Correction

% if publisher_warnings != []: % for i, item in enumerate(publisher_warnings): % endfor
Field Name Current Value SME Value
${item['isrc']} ${item['current_values']} ${item['new_values']}
% endif % endif % if genre_warnings != []: % for i, item in enumerate(genre_warnings):

${item['exception']}

% endfor % endif

Please check that all fields comply with Orchard standards.