%= if @live_action in [:new, :edit] do %> <%= live_modal @socket, Shift73kWeb.ShiftLive.FormComponent, id: @shift.id || :new, title: @page_title, action: @live_action, shift: @shift, return_to: Routes.shift_index_path(@socket, :index) %> <% end %>