.row.gray-bg.centered-div.w70 = wizard_tracker(7, 7) .row.centered-div .col-sm-12 .container-fluid.white h3.mt20 | Please specify the regions your company covers: hr .row .col-sm-6 #region-map .col-sm-6 #add-region-wizard-form = render 'new_form', region: Region.new hr h5 Regions ul#regions-list - @regions.each_with_index do |region, index| li.clearfix class=(:active if region.id == @region.id) data-id=region.id .col-sm-1 .text-center = link_to '#' do = fa_icon 'times-circle-o' .text-center = link_to edit_company_wizard_region_path(region) do = fa_icon 'pencil' .col-sm-11 .region-name = region.name .attribute = "Area Reach - #{region.area_reach_text}" - if region.authorization_number? .attribute = "Authorization Number - #{region.authorization_number}" - if region.can_collect_taxes? .attribute | Registered To Collect Taxes - if region.labour_rates_differ? .attribute | Labor rates differ for contrct and T/M hr .row .col-sm-12 = link_to 'BACK', edit_company_wizard_profile_path(step: :regions), class: 'btn btn-default btn-bordered pull-left' = link_to 'NEXT', select_region_company_wizard_regions_path, class: 'btn btn-default btn-bordered pull-right' span.ml8 = link_to 'SKIP', '#', class: 'btn btn-default btn-bordered pull-right'