<% if @person != nil %> <% if @person['picture_uri'] != nil %> <%= image_tag @host + @person['picture_uri'] %> <% end %>

<%= @person['preceding_titles'] %> <%= @person['first_name'] %> <%= @person['last_name'] %>, <%= @person['gender'] %> <%= @person['postpositioned_titles'] %>

Phone: <%= @person['main_phone_number'] %>

Mail: <%= @person['main_email'] %>

Other mails: <%= @person['other_emails'] %>

Main addresses: <%= @person['main_addresses'] %>

<%= button_to 'Add to favorites', action: :add_to_fav, tiss_id: @person['tiss_id'] %> <% end %>