= render 'shared/filter', filter_form: 'company/ledger_accounts/filter', class: 'with-margin' .container-fluid .panel.panel-grid.panel-default .panel-body .row .col-md-6.grid-header h4.margintop10 | General Ledger Accounts .row .col-sm-12 #ledger-accounts-list.panel.panel-grid.panel-default .panel-body .table-responsive table.table.table-expandable.trade-table cellpadding="0" cellspacing="0" tr th Type th Name th Classification - @ledger_accounts.each do |ledger_account| tr td = ledger_account.account_type td = ledger_account.name td = ledger_account.classification tfoot tr.text-right td colspan=3 = paginate @ledger_accounts