% content_for :heading do %>
<%= t ".mapper since" %> <%= l @user.creation_time.to_date, :format => :long %> <% unless @user.terms_agreed %> | <%= t ".ct status" %> <% if @user.terms_seen? -%> <%= t ".ct declined" %> <% else -%> <%= t ".ct undecided" %> <% end -%> <% end -%>
<%= t(".set_location_html", :edit_profile_url => edit_profile_path) %>