<%= t('personal_information') %>

<%if (@profile.address.present? && (@profile.authorize? :read, :to => current_user)) || (@profile.city.present?) ||(@profile.province.present?) || (@profile.country.present?) || (@profile.zipcode.present? && (@profile.authorize? :read, :to => current_user))%>

<%= t('address') %>

<%end%>
<%if (@profile.url.present?)%>

<%=t("url")%>

<%elsif @user==current_user%>

<%=t('url')%>

<%end%> <%if @profile.description.present?%>

<%=t('description')%>

<%elsif @user==current_user%>

<%=t('description')%>

<%end%>