<% if @profile.organization? %>
<%end%>
<% if @profile.birthday? %>
<% if @profile.subject.class.eql?(User) %>
<%end%>
<%end%>
<% if @profile.city? %>
<%end%>
<% if @profile.description? %>
<%end%>
<%elsif is_owner?%>
<%=t('profile.empty')%>
<%end%>
<%=t('profile.organization')%>:
<%=h @profile.organization %>
<%=t('profile.' + @profile.subject.class.to_s.downcase + '.birthday')%>:
<%=h I18n.l @profile.birthday, :format => :long %>
<%=t('profile.age')%>:
<%=h @profile.age %>
<%=t('profile.actualcity')%>:
<%=h @profile.city %>
<% if @profile.country? %>
, <%=@profile.country%>
<%end%>
<%=t('profile.' + @profile.subject.class.to_s.downcase + '.about')%>:
<%=h @profile.description %>