.widget .clearfix header h5 ' Lista de span.fw-semi-bold Dotações do Evento Contábil .widget-body - if dotacoes.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover.font-small thead tr th width="18%" Classificação th width="32%" Elemento de Despesa th Sub-Elemento de Despesa th width="10%" tbody - dotacoes.each do |dotacao| tr td = dotacao.try(:sub_elemento_de_despesa).try(:codigo_formatado) td = dotacao.try(:sub_elemento_de_despesa).try(:elemento_de_despesa).try(:codigo_e_descricao) td = dotacao.try(:sub_elemento_de_despesa).try(:codigo_e_descricao)