Edit <%= @resource.presence.feature['properties']['name'] || 'new resource' %>
Context: <%= current_agent %>
<%= form_with model: [current_agent,@resource], url: controller.action_name == 'new' ? agent_resources_path(agent: current_agent) : resource_path(@resource) do |f| %>
<%= render partial: 'form', locals: { resource: resource, f: f } %>
<% end %>