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

<%= notice %>

<%= t_m 'Provider.caption' -%> <%= h(@provider.caption) %>

<%= t_m 'Provider.name' -%> <%= h(@provider.name) %>

<%= t_m 'Provider.demander_url' -%> <%= @provider.demander_url %>

<%= t_m 'Provider.url' -%> <%= @provider.url %>

<%= t_m 'Provider.description' -%> <%= h(@provider.description) %>

<%= t 'providers.status' -%> <%= t(MagicNumber['provider_status_status_items'][@provider.provider_status.status].first) %>

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

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

<%= link_to t('providers.show.to_provider_status'), provider_status_path(@provider.provider_status) %>

<% if @provider.status == 0 %> <%= link_to t('providers.show.destroy'), provider_path(@provider), :method => :delete %> <% else %> <% end %>

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