<% if @user.profile.organization? %>
<%end%>
<% if @user.profile.birthday? %>
<%end%>
<% if @user.profile.city? %>
<%end%>
<% if @user.profile.description? %>
<%end%>
<%=t('edit.organization')%>:
<%=h @user.profile.organization %>
<%=t('edit.birthday')%>:
<%=h I18n.l @user.profile.birthday, :format => :long %>
Age:
<%=h @user.age %>
<%=t('edit.actualcity')%>:
<%=h @user.profile.city %>
<% if @user.profile.country? %>
, <%=@user.profile.country%>
<%end%>
<%=t('edit.aboutme')%>:
<%=h @user.profile.description %>