<% @title = "Summary" %>

<%=@title%>


Things to do

<% if @holding_pen_messages.size > 0 %>

Put misdelivered responses with the right request

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

Classify responses that are still unclassified one week after response

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

Work out what to do with these unusual responses (a new category?)

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

Find missing FOI email for these public authorities (try phoning!)

<% end %> <% if @requires_admin_requests.size == 0 and @one_week_old_unclassified.size == 0 and @blank_contacts.size == 0 %>

No pending administration required.

<% end %>