diff --git a/local/modules/MondialRelay/templates/email/default2020/mondial-relay-tracking-message.txt b/local/modules/MondialRelay/templates/email/default2020/mondial-relay-tracking-message.txt
index 22e46cd7..6eab6f08 100644
--- a/local/modules/MondialRelay/templates/email/default2020/mondial-relay-tracking-message.txt
+++ b/local/modules/MondialRelay/templates/email/default2020/mondial-relay-tracking-message.txt
@@ -1,6 +1,10 @@
{default_translation_domain domain='mondialrelay.email.default'}
{default_locale locale={$locale}}
+<<<<<<< HEAD
{loop type="order" name="order" id=$order_id}
+=======
+{loop type="order" name="order" customer="*" id=$order_id}
+>>>>>>> origin/master
{loop type="customer" name="customer.order" current=false id=$CUSTOMER backend_context="1"}
{intl l="Dear %first %last" last=$LASTNAME first=$FIRSTNAME},
{/loop}
@@ -8,4 +12,8 @@
{intl l="Details about this order are available in your customer account: %account_url." account_url={url path="/account"}}
{intl l="See you soon at %store at the following address: %url" url={navigate to='index'} store={config key="store_name"}}
{intl l="The %store team." store={config key="store_name"}}
-{/loop}
\ No newline at end of file
+<<<<<<< HEAD
+{/loop}
+=======
+{/loop}
+>>>>>>> origin/master