[% IF show_pk_option %]
[% 'Export with CV Charts' | $T8 %] |
[% L.checkbox_tag('use_pk', value => 1, checked => 0) %] |
[% ELSE %]
[% 'Export with CV Charts' | $T8 %] |
[% L.checkbox_tag('use_pk', value => 1, checked => 0, disabled => 1) %] [% 'Hint: Not all VC Numbers are personal accounts compliant' | $T8 %] |
[% END %]
[% 'Lock bookings' | $T8 %] |
[% L.yes_no_tag('locked', 0) %] |
[% 'Export imported bookings' | $T8 %] |
[% L.yes_no_tag('imported', 0) %] |
[% 'Export Documents' | $T8 %] |
[% IF show_documents_option %]
[% L.yes_no_tag('documents', 0, disabled => 0) %] |
[% ELSE %]
[% L.yes_no_tag('documents', 0, disabled => 1) %] [% 'Hint: DMS Feature has to be activated' | $T8 %] |
[% END %]