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

<%= notice %>

<% @providers.each do |provider| %> <% end %>
<%= t_m 'Provider.caption' -%> <%= t_m 'Provider.name' -%> <%= t_m 'Provider.description' -%> <%= t 'providers.status' -%> <%= t 'providers.open' -%>
<%= link_to h(truncate(provider.caption, :length => 20)), provider_path(provider) %> <%= h(truncate(provider.name, :length => 12)) %> <%= h(truncate(provider.description, :length => 30)) %> <%= link_to t(MagicNumber['provider_status_status_items'][provider.status].first), provider_status_path(provider.provider_status) %> <%= link_to t('providers.open'), provider.url %>
<% if @hide.blank? %> <%= link_to t('providers.wait'), providers_path(:hide => 1) %> <% else %> <%= link_to t('providers.all'), providers_path %> <% end %>
<%= link_to t('providers.to_provider_status'), provider_statuses_path(:page => @page, :page_size => @page_size, :hide => @hide) %>