<%= t('.title') %>

<%= notice %>

<% @provider_statuses.each do |provider_status| %> <% end %>
<%= t_m 'Provider.caption' -%> <%= t_m 'Provider.name' -%> <%= t 'provider_statuses.status' -%> <%= t_m 'ProviderStatus.received_at' -%> <%= t_m 'ProviderStatus.receive_hour1' -%> <%= t_m 'ProviderStatus.receive_hour2' -%> <%= t 'provider_statuses.open' -%>
<%= link_to h(truncate(provider_status.provider.caption, :length => 20)), provider_status_path(provider_status.provider) %> <%= h(truncate(provider_status.provider.name, :length => 12)) %> <%= t(MagicNumber['provider_status_status_items'][provider_status.status].first) %> <%= l(provider_status.received_at) if provider_status.received_at %> <%= h(provider_status.receive_hour1) if provider_status.receive_hour1 %> <%= h(provider_status.receive_hour2) if provider_status.receive_hour2 %> <%= link_to t('provider_statuses.open'), provider_status.provider.demander_url %>
<% if @hide.blank? %> <%= link_to t('provider_statuses.wait'), provider_statuses_path(:hide => 1) %> <% else %> <%= link_to t('provider_statuses.all'), provider_statuses_path %> <% end %>
<%= link_to t('provider_statuses.to_provider'), providers_path(:page => @page, :page_size => @page_size, :hide => @hide) %>