<% for(const realEstate of realEstates) { %>
  • <% if(realEstate.adStatus === AD_STATUS.STATUS_VIP) {%>
    <% //This needs to do redirecting instead of direct link to realestate %> <%= realEstate.title %>
    send
    <%} else { %>
    <%= realEstate.title %>
    send
    <% }%>
  • <% } %>