<%= Report.count %> <%= link_to Report.model_name.human(count: Report.count), :reports %>
<%= Checklist.count %> <%= link_to Checklist.model_name.human(count: Checklist.count), :checklists %>
<%= Check.count %> <%= link_to Check.model_name.human(count: Check.count), :checks %>
<%= Link.count %> <%= link_to Link.model_name.human(count: Link.count), :links %>
<%= link_to "Backup herunterladen", admin_backup_url, class: "btn btn-secondary", data: { turbo_prefetch: false, frame: "_top", turbo: false } %>