diff --git a/nano/templates/escape_shuttle_control_console.tmpl b/nano/templates/escape_shuttle_control_console.tmpl
index f199fdbb57a..8fdb6b4cc5b 100644
--- a/nano/templates/escape_shuttle_control_console.tmpl
+++ b/nano/templates/escape_shuttle_control_console.tmpl
@@ -63,17 +63,12 @@
-<<<<<<< HEAD
{{for data.auth_list}}
- {{:helper.link(value.auth_name, 'eject', {'auth' : value.auth_hash}, null, 'itemContentWide')}}
-=======
- {{for auth_list}}
- {{if auth_hash}}
- {{:~link(auth_name, 'eject', {'removeid' : auth_hash}, null, 'itemContentWide')}}
+ {{if value.auth_hash}}
+ {{:helper.link(value.auth_name, 'eject', {'removeid' : value.auth_hash}, null, 'itemContentWide')}}
{{else}}
- {{:~link("", 'eject', {'scanid' : 1}, null, 'itemContentWide')}}
+ {{:helper.link("", 'eject', {'scanid' : 1}, null, 'itemContentWide')}}
{{/if}}
->>>>>>> 17574b8... Allows escape shuttle to scan IDs from within UI
{{/for}}