<%=t('edit.personal_info')%>
<%= link_to (image_tag('/images/btn/edit.png')), :controller => :users, :action => :edit, :section => :about_me %>
<% if @user.profile.organization? %>
<%=t('edit.organization')%>:
<%=h @user.profile.organization %>
<%end%> <% if @user.profile.birthday? %>
<%=t('edit.birthday')%>:
<%=h I18n.l @user.profile.birthday, :format => :long %>
Age:
<%=h @user.age %>
<%end%> <% if @user.profile.city? %>
<%=t('edit.actualcity')%>:
<%=h @user.profile.city %> <% if @user.profile.country? %> , <%=@user.profile.country%> <%end%>
<%end%> <% if @user.profile.description? %>
<%=t('edit.aboutme')%>:
<%=h @user.profile.description %>
<%end%>
<%=t('edit.contact')%>
<%= link_to (image_tag('/images/btn/edit.png')), :controller => :users, :action => :edit, :section => :contact_info %>
<% if @user.profile.phone? %>
<%=t('edit.phone')%>
<%=h @user.profile.phone %>
<%end%> <% if @user.profile.mobile? %>
<%=t('edit.mobile')%>
<%=h @user.profile.mobile %>
<%end%> <% if @user.profile.fax? %>
<%=t('edit.fax')%>
<%=h @user.profile.fax %>
<%end%> <% if @user.profile.address? %>
<%=t('edit.address')%>
<%=h @user.profile.address %>
<%end%> <% if @user.profile.website? %>
<%=t('edit.website')%>
<%end%>
<%=t('edit.email')%>:
<%=h @user.email %>
<%=t('edit.experience')%>
<%= link_to (image_tag('/images/btn/edit.png')), :controller => :users, :action => :edit, :section => :my_experience %>
<%=h @user.profile.experience %>
<% if (@user.to_param==current_user.to_param and @user.authentication_token) %>
ApiKey: <%= @user.authentication_token %>
<%= link_to (image_tag('/images/btn/edit.png')), :controller => :api, :action => :create_key %>
<% end %>