<%= block.owner.short_name %>

<%= profile_image(block.owner, :thumb) +"\n"+ profile_sex_icon( profile ) + profile_cat_icons( profile ) %>
<% if profile.respond_to? :city %>
<%= [ [ profile.city, 'locality' ], [ profile.state, 'region' ], [ profile.country_name, 'country-name' ] ].map{ |s,c| s =~ /^\s*$/ ? nil : content_tag( 'span', s, :class => c ) }.compact.join ' - ' %>
<% end %>
<%= render :file => 'blocks/profile_info_actions/' + block.owner.class.name.underscore %>