<%= render 'filter_form' %>

Informacje

<% if @dotations.blank? %>
Brak dotacji do wyświetlenia
<% else %>
Znalezionych dotacji: <%= @dotations.count %>
<% end %>
<% unless @dotations.blank? %> <% @dotations.each do |dotation| %> <%= render 'dotation_card', dotation: dotation %> <% end %> <% end %>