9e5f74cfb2042d4c9312e6dcaf2e543481608db3
[kivitendo-erp.git] / templates / webpages / csv_import / _mapping_item.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3 [%- USE L %]
4 [%- USE T8 %]
5  <tr class=listrow>
6     <td><a class='remove_line interact cursor-pointer'>✘</a></td>
7 [%- IF item.from %]
8   <td>[% L.hidden_tag('mappings[+].from', item.from) %][% item.from | html %]</td>
9 [%- ELSE %]
10   <td>[% L.input_tag('mappings[+].from', '') %]</td>
11 [%- END %]
12   <td>[% L.select_tag('mappings[].to', SELF.displayable_columns, value_key='name', title_key='name', default=item.to) %]</td>
13  </tr>
14