<%= image_tag @profile.image.public_filename(:thumb) if @profile.image %>
<%= link_to_myprofile(_('Change photo'), {:action => 'change_image'}, @profile.identifier ) %>
<%= _('User since %d') % @profile.created_at.year if @profile.created_at %>
<%= @info.name ? @info.name : @profile.name if @profile.name %>
<%= n_('1 year', '%{num} years', @info.age) % {:num => @info.age} if @info.birth_date%>