<% view_cache :ttl => 5.minutes.to_i, :tag => I18n.locale do %>

<%= _("Make a new
Freedom of
Information
request
") %>

<%= _("Start now »") %>
<%= render :partial => 'frontpage_intro_sentence' %>
<% if @popular_bodies.size > 0 %>

<%= _("Who can I request information from?") %>

<%= _("{{site_name}} covers requests to {{number_of_authorities}} authorities, including:", :site_name => site_name, :number_of_authorities => PublicBody.count) %>

<%= link_to _('Browse all authorities...'), list_public_bodies_default %>

<% end %>

<%= _("What information has been released?") %>

<%= _("{{site_name}} users have made {{number_of_requests}} requests, including:", :site_name => site_name, :number_of_requests => InfoRequest.count) %>

<%=link_to _('More successful requests...'), request_list_successful_url %>

<% end %>