<% @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 (<%=@ten_days_old_unclassified.size%> total)

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

Work out what to do with these unusual responses (a new category?) (<%=@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 @requires_admin_requests.size == 0 and @ten_days_old_unclassified.size == 0 and @blank_contacts.size == 0 %>

No pending administration required.

<% end %>