<% if @profile.phone? %>
<%end%>
<% if @profile.mobile? %>
<%end%>
<% if @profile.fax? %>
<%end%>
<% if @profile.address? %>
<%end%>
<% if @profile.website? %>
<%end%>
<% if @profile.subject.email? && user_signed_in? %>
<%end%>
<%elsif is_owner?%>
<%=t('profile.empty')%>
<%end%>
<%=t('profile.phone')%>
<%=h @profile.phone %>
<%=t('profile.mobile')%>
<%=h @profile.mobile %>
<%=t('profile.fax')%>
<%=h @profile.fax %>
<%=t('profile.address')%>
<%=h @profile.address %>
<%=t('profile.website')%>
<%=t('profile.email')%>:
<%= show_if_signed_in(h(@profile.subject.email)) %>