.card .card-body .row .col-sm %h5.card-title= event_registration.wizard_step_title(:registrants) .col-sm-auto.text-right = link_to('Edit', wizard_path(:registrants)) if edit_effective_event_registrations_wizard? - datatable = EffectiveEventRegistrantsDatatable.new(event_registration: event_registration) .mb-4= render_simple_datatable(datatable)