<%= t('page.showing', :model => t('activerecord.models.agent')) -%>

<%= notice %>

[P] <%= @agent.full_name -%>

<%- if @agent.user -%> <%- end -%>
<%= t('activerecord.attributes.agent.full_name') -%>: <%= @agent.full_name -%>
<%= t('activerecord.attributes.agent.full_name_transcription') -%>: <%= @agent.full_name_transcription -%>
<%= t('activerecord.attributes.user.username') -%>: <%= link_to @agent.user.username, @agent.user -%>
<%= t('activerecord.models.agent_type') -%>: <%= @agent.agent_type.display_name.localize -%>
<%= t('activerecord.attributes.agent.email') -%>: <%= mail_to @agent.email, nil, :class => 'email' -%>
<%= t('activerecord.attributes.agent.url') -%>: <%= link_to @agent.url, @agent.url, :class => 'url' if @agent.url? -%>
<%= t('activerecord.attributes.agent.other_designation') -%>: <%= @agent.other_designation -%>
<%= t('activerecord.attributes.agent.place') -%>: <%= @agent.place -%>
<%= t('activerecord.models.language') -%>: <%= @agent.language.display_name.localize -%>
<%= t('activerecord.attributes.agent.note') -%>: <%= @agent.note -%>
<%= t('page.created_at') -%>: <%= l(@agent.created_at) -%>
<%= t('page.updated_at') -%>: <%= l(@agent.updated_at) -%>
<%- unless @agent.derived_agents.empty? and @agent.original_agents.empty? -%> <%= render 'agents/agent_list' -%> <%- end -%>