.widget header> h5 ' Lista de span.fw-semi-bold Contas Bancárias do Pagamento .widget-body - if contas_por_pagamento.empty? h6 Nenhum registro encontrado. - else table.table.table-hover.table-responsive thead tr th Banco th Agência th Conta th Valor Pago tbody - contas_por_pagamento.each do |conta| tr td = conta.conta_bancaria.try(:agencia).try(:banco).try(:numero_do_banco_e_nome) td = conta.conta_bancaria.try(:agencia).try(:numero_da_agencia) td = link_to conta.conta_bancaria.try(:numero_da_conta), conta.conta_bancaria, target: "_blank" td = conta.valor_pago.real_contabil