Agregar - Eliminar / Propiedad y Tasacion

    <%if(typeof results !="undefined" ){ %> <% for(var i=0; i
    Card image cap

    Nombre de Propiedad: <%= results[i].nombre %>

    Tasacion: <%=results[i].tasacion %>

    Descripcion: <%=results[i].description %>

    Eliminar
    <% } %> <% } else{%>

    No hay propiedades

    <% } %>