.widget header> h5 ' Lista de span.fw-semi-bold Receitas do STN .widget-body - if @receitas_stn.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th th Codigo e Descrição th width="10%" Já em uso? tbody - @receitas_stn.each do |receita_stn| tr td td = receita_stn.try(:codigo_formatado_e_descricao) td align="center" = label_sim_nao(receita_stn.naturezas_da_receita.any?) = will_paginate @receitas_stn, previous_label: "<", next_label: ">"