<% if @dotations.blank? %>

Uwagi

Informacja
Brak danych do wyświetlenia
<% else %>
<%= render 'filter_form' %>
<% @dotations.each do |dotation| %> <%= render 'dotation_card', dotation: dotation %> <% end %>
<% end %>