Visualizza <%= SrgFsn.label(1) %>

<%= iconbutton_backtoindex srg_fsns_path, "Vai all'elenco", @filter_params %> <%= iconbutton_edit edit_srg_fsn_path(@srg_fsn, @filter_params), 'Modifica' %> <%= iconbutton_new new_srg_fsn_path, 'Inserisci nuovo', @filter_params %>
<%= edit_table_open %> <%= edit_table_row SrgFsn.human_attribute_name(:competenza),(daterange_name(@srg_fsn.data)) %> <%= edit_table_row SrgFsn.human_attribute_name(:house_id),(@srg_fsn.house_id.present? ? link_to(@srg_fsn.house.format_for_formselect,house_path(@srg_fsn.house)) : nil) %> <%= edit_table_row SrgFsn.human_attribute_name(:person_id),(@srg_fsn.person_id.present? ? link_to(@srg_fsn.person.dh_person_name,person_path(@srg_fsn.person)) : nil) %> <%= edit_table_row SrgFsn.human_attribute_name(:houseperson_id),(@srg_fsn.personhouse_id? ? link_to(@srg_fsn.personhouse.format_for_formselect,house_path(@srg_fsn.personhouse)) : nil) %> <%= edit_table_row SrgFsn.human_attribute_name(:srg_fsntype_id),(@srg_fsn.srg_fsntype_id? ? link_to(@srg_fsn.srg_fsntype.format_for_formselect,srg_fsntype_path(@srg_fsn.srg_fsntype_id)) : nil) %> <%= edit_table_row SrgFsn.human_attribute_name(:note),(text_area_tag :note, @srg_fsn.note, cols: 50, rows: 10, disabled: true) %> <%= edit_table_row SrgFsn.human_attribute_name(:srg_crb_id),(@srg_fsn.srg_crb_id.present? ? link_to(@srg_fsn.srg_crb.format_for_formselect,srg_crb_path(@srg_fsn.srg_crb)) : nil) %> <%= edit_table_row SrgFsn.human_attribute_name(:rata),(@srg_fsn.rata) %> <%= edit_table_row SrgFsn.human_attribute_name(:rate),(@srg_fsn.rate) %> <%= edit_table_row SrgFsn.human_attribute_name(:importo),(@srg_fsn.importo) %> <%= edit_table_close %> <%= show_record_info(@srg_fsn) %>
<%= iconbutton_backtoindex srg_fsns_path, "Vai all'elenco", @filter_params %> <%= iconbutton_edit edit_srg_fsn_path(@srg_fsn, @filter_params), 'Modifica' %> <%= iconbutton_delete @srg_fsn, "Elimina #{SrgFsn.label(1)}" %>