.widget .widget-body - if @grupos_de_eventos_contabeis.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Nome th Categoria th titulo th Tipo th tbody - @grupos_de_eventos_contabeis.each do |grupo_de_evento_contabil| tr td = grupo_de_evento_contabil.nome_do_grupo td = grupo_de_evento_contabil.categoria_de_lancamento_i18n td = grupo_de_evento_contabil.titulo_i18n td = grupo_de_evento_contabil.lancamento_manual_i18n td = link_to grupo_de_evento_contabil, class: 'btn btn-default btn-sm' do i.icone-detalhar = will_paginate @grupos_de_eventos_contabeis, previous_label: "<", next_label: ">"