<%= showTimezoneSelector() %>
<% if(formatDate(StartDateTime, "D MMM") !== formatDate(EndDateTime, "D MMM")) { %>
<% if(formatDate(StartDateTime, "MMM") !== formatDate(EndDateTime, "MMM")) { %>
<% } %>
<% } %>
<% if (typeof(Location.ViewUri) !== "undefined" && Location.ViewUri !== "") { %> <%- Location.Name %> <% } else { %> <%- Location.Name %> <% } %> <% } %>
<% if (typeof(Notice) !== "undefined" && Notice !== "") { %>
<% } %>
<% if (Sessions.length > 1) { %> Show sessions
Session details
<%= formatSessionsInformation({ fieldsToDisplay: ['Name', 'Day', 'Date', 'TimeSpan'] }) %>
<% } %>
<% if (EventFullMessage !== "") { %> <%= EventFullMessage %> <% } %>
<%= formatRegistrationInfo('link') %>
<%= showEventTemplateInformation({message:"View Template Details", template:"#event-template-template", showLoadButton: false, targetElement: "arlo-eventTemplatetarget", callbacks: {onShow: "eventTemplateLoaded" } }) %>