<% if model.respond_to? :location %>
<%= decidim_escape_translated model.location %>
<% end %>
<%= model.address %>
<% if model.respond_to? :location_hints %>
<%= decidim_escape_translated model.location_hints %>
<% end %>