Person
<%= image_tag "person.png", :class => 'icon', :size => '50x50' %><%= @person.desc %>
Location
<%= @person.city %><% if @person.city != "" && @person.province != "" %>, <% end %><%= @person.province %><% if (@person.city != "" || @person.province != "") && @person.country != "" %>, <% end %><%= @person.country %> <% if (@person.city == "" && @person.province == "" && @person.country == "") %>Earth<% end %>Link
<%= link_to @person.link, @person.link, :class => 'link', :target => '_blank' %>Shucks, there are no groups.
<% end %>Shucks, there are no items.
<% end %>