svg <% if (count) { %> <%= count%> <% }else{ %> 0 <% } %> Shares
<% _.each(shareList,function(imgUrl,key,list){%> <% if(key == "0" ) {%> <% var notAllowedClass = "notAllowed"; if (!IS_IP_RESTRICTED){ notAllowedClass = ""; %> <% } %>
<% if (IS_IP_RESTRICTED){ %>
<% } %> <% } %> <% if(key != "0" ) {%> <% var notAllowedClass = "notAllowed"; if (!IS_IP_RESTRICTED){ notAllowedClass = ""; %> <% } %>
<% if (IS_IP_RESTRICTED){ %>
<% } %> <% } %> <% });%>