<% @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 @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 @old_unclassified.size > 0 %>

Classify responses that are still unclassified <%=InfoRequest::OLD_AGE_IN_DAYS.inspect %> after response

(<%= link_to "Full list", admin_url("unclassified") %>, or play public <%= link_to "Categorisation game", main_url(play_url(:only_path => true)) %>)

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

No pending administration required.

<% end %>