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

<%= notice %>

<%= render 'provider', :provider => @provider_status.provider %> <%= render 'basic', :provider_status => @provider_status %>

<%= t_m 'ProviderStatus.token' -%> <%= h(@provider_status.token) %>

<%= t_m 'ProviderStatus.receive_hour1' -%> <%= h(@provider_status.receive_hour1) if @provider_status.receive_hour1 %>

<%= t_m 'ProviderStatus.receive_hour2' -%> <%= h(@provider_status.receive_hour2) if @provider_status.receive_hour2 %>

<%= link_to t('provider_statuses.show.to_provider'), providers_path(@provider_status.provider) %>

<%= link_to t('provider_statuses.show.user_open'), @provider_status.provider.url %>

<%= link_to t('provider_statuses.show.demander_open'), @provider_status.provider.demander_url %>

<% if @provider_status.status == 0 %>

<%= t('provider_statuses.show.receive_announce') %>

<%= link_to t('provider_statuses.show.receive_start'), edit_provider_status_path(@provider_status) %> <% else %>

<%= link_to t('provider_statuses.show.licenses_import'), licenses_import_provider_status_path(@provider_status), :method => :post %>

<%= link_to t('provider_statuses.show.artists_import'), artists_import_provider_status_path(@provider_status), :method => :post %>

<%= link_to t('provider_statuses.show.receive_stop'), provider_status_path(@provider_status), :method => :delete %>

<% end %> <%= link_to t('link.back'), provider_statuses_path %>