% var page_count = parse_url().searchKey.page?parseInt(parse_url().searchKey.page):1 %>
                        
                        
                        <%= parse_url().searchKey.tab == 'my_workshop' ? 'Not enrolled in any workshop' : 'No Results Found'%>
                        
                            <% _.forEach(publicTabData, d => { %>
                                
                                    
                                        
                                                
                                                    
                                                    
                                                        
                                                            
                                                                <%= d.sector_type %>
                                                            
                                                            <%= d.workshop_name %>
                                                            <%= d.about_workshop %>
                                                            
                                                                
                                                                    
<%= d.display_date %>
                                                                
 
                                                                
                                                                     <%= JSON.parse(d.resources_links || "[]").length + ' Resources'  %>
<%= JSON.parse(d.resources_links || "[]").length + ' Resources'  %>
                                                                 
                                                             
                                                            
                                                         
                                                        
                                                     
                                                 
                                         
                                     
                                 
                            <% }) %>
                        
                            
                            <% if(pages.length> 1) { %>
                                <% var curr_page = parse_url().searchKey.page ? parseInt(parse_url().searchKey.page) : 1 %>
                                
                            <% } %>