<%=t('profile.contact')%>
<% if is_owner? %>
<%= link_to (image_tag('btn/edit.png')), :controller => :profiles , :action => :edit, :section => "contact_info"%>
<%end%>
<% if !is_contact_empty?%>
<% if @profile.phone? %>
<%=t('profile.phone')%>
<%=h @profile.phone %>
<%end%> <% if @profile.mobile? %>
<%=t('profile.mobile')%>
<%=h @profile.mobile %>
<%end%> <% if @profile.fax? %>
<%=t('profile.fax')%>
<%=h @profile.fax %>
<%end%> <% if @profile.address? %>
<%=t('profile.address')%>
<%=h @profile.address %>
<%end%> <% if @profile.website? %>
<%=t('profile.website')%>
<%end%> <% if @profile.subject.email? && user_signed_in? %>
<%=t('profile.email')%>:
<%= show_if_signed_in(h(@profile.subject.email)) %>
<%end%>
<%elsif is_owner?%> <%=t('profile.empty')%> <%end%>