<% if (option !== "loading") { %>
<% if (option === 'listing') { %> <% if (listingState === "datasets") { %> <% if (isLibrary && !isMapType) { %>
Once you click over one of these items it will be imported to your account.
<% } else { %>
<% if (selectedDatasetsCount < maxSelectedDatasets) { %> <%- selectedDatasetsCount %> dataset<%- selectedDatasetsCount !== 1 ? 's' : '' %> selected <% } else { %> You have reached the max layers for a new map (<%- maxSelectedDatasets %> max) <% } %>
<% if (selectedDatasetsCount === maxSelectedDatasets && userCanUpgrade) { %> upgrade <% } %>
<% } %> <% } %> <% if (listingState === "import" || listingState === "upload") { %> <% if (importState === 'scratch') { %> <% if (isMapType) { %>
New on CARTO? Start with one of our templates.
<% } %> <% } else { %>
<% } %> <% } %> <% } %>
<% } %>