<% if @checks.empty? %>
<%= 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 "table", checks: @checks %> <% end %>