<%= @title.name %>

<%= notice %>

Pays : <%= @title.country.name unless @title.country_id.nil? || @title.country.nil? %>
Groupe de restrictions : <%= @title.title_provider_group_name.name unless @title.title_provider_group_name.blank? %>
Agences non autorisées : <% if @title.hide_unauthorized_providers %>Invisibles <% else %>Grisées <% end %>
Flux : <%= @title.flow_path %>
Prénom : <%= @title.first_name %>
Nom : <%= @title.last_name %>
Adresse : <%= @title.address %>
Code Postal : <%= @title.zip_code %>
Ville : <%= @title.city %>
Tél. : <%= @title.phone %>
Email : <%= @title.email %>
Groupe : <%= @title.group %>
Type : <%= @title.title_type %>
Remarque : <%= @title.comment %>
Visible : <%= I18n.t(Title::TITLE_VISIBLE[@title.visible]) %>
<%= "#{I18n.t('admin.title.ojd_link')} : #{@title.ojd_link}" if Server.itself? PIXADMIN_SERVER_NAME %>
Créé le : <%= I18n.l(@title.created_at) %>
Dernière modification le : <%= I18n.l(@title.updated_at) %>