<% if @total_count > 0 %>

<%= @name %> doesn't have any items on this page

Try the <%= link_to 'first page', @first_page_url %> instead

<% else %>

<%= @name %> doesn't have any public <%= @content_type === 'maps' ? 'maps' : 'datasets' %> yet

But maybe they have some very interesting <%= link_to @content_type === 'maps' ? 'datasets' : 'maps', alt_url %>

<% end %>