section.widget.widget-search header h5 Filtros .widget-controls a data-widgster="expand" href="#" style="display: none;" title="Expand" i.icone-cadastrar a data-widgster="collapse" href="#" title="Collapse" i.glyphicon.glyphicon-minus .widget-body = search_form_for @q, url: contabilidade_retornos_bancarios_path(), builder: SimpleForm::FormBuilder, html: {class: "form-vertical"} do |f| fieldset .form-group .row .col-sm-5 = f.input :itens_do_retorno_bancario_numero_da_ob_eq, label: "Código da OB", required: false .col-sm-5 = f.input :itens_do_retorno_bancario_pagamento_do_lote_bancario_lote_bancario_id_eq, label: "Lote", required: false .col-sm-2 = f.input :numero_da_remessa_eq, label: "Remessa", required: false .row .col-sm-3 = f.input :status_eq, label: "Status", required: false, collection: Contabilidade::RetornoBancario.status_i18n, value_method: :second, label_method: :first, include_blank: "Selecione", input_html: { class: "s2" } .col-sm-6 = f.input :itens_do_retorno_bancario_pagamento_do_lote_bancario_conta_bancaria_por_pagamento_pagamento_numero_eq, label: "Pagamentos", required: false .col-sm-3 = f.input :tipo_eq, label: "Tipo", required: false, collection: Contabilidade::RetornoBancario.tipos_i18n, value_method: :second, label_method: :first, include_blank: "Selecione", input_html: { class: "s2" } .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"