<% if @checks.empty? && current_scopes.blank? %>
<%= t(".no_check_yet_html", new_domain_path: new_check_path(kind: :domain), new_ssl_path: new_check_path(kind: :ssl)) %>
<% else %>

<%= t(".title") %>

<%= render "filters" %> <% if @checks.any? %> <%= render "table", checks: @checks %> <% else %>
<%= t(".no_matching_check") %>
<% end %> <% end %>