<% var [day, month, year] = workshop_details[0].start_date.split('-') %> <% var date = new Date(year, month - 1, day) %>
<%= workshop_details[0]["workshop_name"] %>
<%= new Intl.DateTimeFormat('en-US', { day: '2-digit', month: 'short', year: 'numeric' }).format(new Date(date)) %>
<%- workshop_details[0].start_time %> - <%- workshop_details[0].end_time %>
<%- workshop_details[0].workshop_type == 'Offline' ? 'In-Person' : workshop_details[0].workshop_type %>
    <% _.each(participants_data, (d)=> { %>
  • <% }) %>
Participant type 1
Participant type 1
search-icon
    <% _.each(state_data, (d)=> { %>
  • <% }) %>
search-icon
    <% _.each(district_data, (d)=> { %>
  • <% }) %>
value="<%- user_details[0]['block'] %>" title="<%- user_details[0]['block'] %>" />