Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / csv_import / _form_contacts.html
1 [%- USE LxERP -%][%- USE L -%]
2 <tr>
3  <th align="right">[%- LxERP.t8("Existing contacts (with column 'cp_id')") %]:</th>
4  <td colspan="10">
5   [% opts = [ [ 'update_existing', LxERP.t8('Update properties of existing entries') ], [ 'insert_new', LxERP.t8('Insert with new database ID') ], [ 'skip', LxERP.t8('Skip entry') ] ] %]
6   [% L.select_tag('settings.update_policy', opts, default = SELF.profile.get('update_policy'), style = 'width: 300px') %]
7  </td>
8 </tr>