tr.nested-fields = f.input :dados_extras_do_bem_id, as: :hidden = f.input :item_do_recebimento_de_bem_id, as: :hidden = f.input :orcamento_id, as: :hidden = f.input :status, as: :hidden = f.input :sequencia, as: :hidden td.align-center strong #{f.object.sequencia} td = f.input :data_do_tombamento, label: " ".html_safe, as: :string, wrapper: :calendar_field, input_html: { class: 'form-control date-picker data_do_tombamento_manual', value: @recebimento_de_bem.data_do_recebimento, data: { id: "manual_#{numero}" } } td = f.input :numero_do_tombamento, label: " ".html_safe, input_html: { class: "form-control" } td = f.input :estado_do_bem, label: " ".html_safe, collection: Patrimonio::BemPatrimonial.estado_do_bem_options, value_method: :second, label_method: :first, input_html: { class: "form-control" } td = f.input :inicio_da_depreciacao, label: " ".html_safe, as: :string, wrapper: :calendar_field, input_html: { class: "form-control date-picker inicio_da_depreciacao_manual", data: { id: "inicio_da_depreciacao_manual_#{numero}" } } td = f.input :descricao, label: " ".html_safe, as: :text, input_html: { class: "form-control", rows: 3, style: "resize: none;" }