= render 'shared/filter', filter_form: 'company/locations/equipments/filter', class: 'with-margin' = render 'company/locations/details', location: @location, client: @client, work_orders_count: @work_orders_count, contacts: @contacts div .panel.panel-default .panel-body .row.grey .col-sm-6 = "Showing Equipment for #{@location.company&.name} at #{@location.full_address}" .col-sm-6.right = link_to '#', data: {toggle: "modal", size: 'lg', title: 'Export to Excel', target: '#equipment-export-modal'}, class: 'btn btn-primary' do = fa_icon('file-excel-o', text: 'EXPORT') .panel.panel-grid.panel-default .panel-body.grey#equipment-list-div = render 'company/equipment/equipment_list', equipments: @equipments = render 'company/equipment/equipment_export_modal', equipment_count: @equipments&.total_count