= within_patient_layout(title: "New Access Plan", breadcrumbs: access_summary_breadrumb(patient)) do = simple_form_for [patient, plan], html: { autocomplete: "off" }, wrapper: "horizontal_form" do |f| = f.association :plan_type, collection: Renalware::Accesses::PlanType.ordered, wrapper: :horizontal_medium, autofocus: true = f.input :notes, as: :text, wrapper: :horizontal_large = f.association :decided_by, as: :user_picker, collection: Renalware::User.ordered, wrapper: :horizontal_medium = f.submit t("btn.save"), class: "button" ' or = link_to t("btn.cancel"), patient_accesses_dashboard_path(patient)