[%- USE T8 %] [%- USE L %] [% USE HTML %]

[% 'Orphaned currencies' | $T8 %]

[% 'There are undefined currencies in your system.' | $T8 %]

[% 'The following currencies have been used, but they are not defined:' | $T8 %]

[% FOREACH row = ORPHANED_CURRENCIES %]
[% END %]

[% 'There are several options you can handle this problem, please select one:' | $T8 %]

[% L.radio_button_tag('continue_options', value => 'insert', disabled => 0, checked => 0) %]  [% '(recommended) Insert the used currencies in the system. You can simply change the name of the currencies by editing the textfields above. Do not use a name of a currency that is already in use.' | $T8 %]
[% L.radio_button_tag('continue_options', value => 'replace', disabled => 0, checked => 0) %]  [% 'Replace the orphaned currencies by other not orphaned currencies. To do so, please delete the currency in the textfields above and replace it by another currency. You could loose or change unintentionally exchangerates. Go on very carefully since you could destroy transactions.' | $T8 %]
[% L.radio_button_tag('continue_options', value => 'break_up', disabled => 0, checked => 0) %]  [% 'Break up the update and contact a service provider.' | $T8 %]