<% if not notice.nil? %>

<%= notice %>

<% end %> <%= render "form", machine: @machine %>
<%= link_to "Delete #{@machine.name} ❌", @machine, data: { turbo_method: :delete, turbo_confirm: "Are you sure you want to remove #{@machine.name}?"} %>