.widget header> h5 | Lista da span.fw-semi-bold | Equipe Técnica .widget-body - if @base_tecnicos.empty? h6 | Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th | Nome th | Cargo th | Hierarquia de Impressão na Equipe Técnica th[width="90"] tbody - @base_tecnicos.each do |tecnico| tr td = tecnico.nome td = tecnico.cargo td = tecnico.ordem_de_impressao td - if esta_autorizado? :edit,'ppa/tecnicos' = link_to edit_base_tecnico_path(tecnico), class: "btn btn-default btn-sm mb-xs", title: "Editar" do i.icone-editar - if esta_autorizado? :destroy,'ppa/tecnicos' = link_to tecnico, :method => :delete, data: { confirm: 'Tem certeza?' }, class: "btn btn-default btn-sm mb-xs", title: "Apagar" do i.icone-excluir = will_paginate @base_tecnicos, previous_label: "<", next_label: ">"