<% @title = "Summary" %>

<%=@title%>


Things to do

<% if @holding_pen_messages.size > 0 %>

Put misdelivered responses with the right request (<%=@holding_pen_messages.size%> total)

<% end %> <% if @ten_days_old_unclassified.size > 0 %>

Classify responses that are still unclassified ten days after response

(<%= link_to "Full list", admin_url("unclassified") %>) <% end %> <% if @error_message_requests.size > 0 %>

Fix these delivery and other errors (<%=@error_message_requests.size%> total)

<% end %> <% if @requires_admin_requests.size > 0 %>

These require administrator attention (<%=@requires_admin_requests.size%> total)

<% end %> <% if @blank_contacts.size > 0 %>

Find missing FOI email for these public authorities (try phoning!) (<%=@blank_contacts.size%> total)

<% end %> <% if @holding_pen_messages.size == 0 && @ten_days_old_unclassified.size == 0 && @requires_admin_requests.size == 0 && @blank_contacts.size == 0 %>

No pending administration required.

<% end %>