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

[% title | html %]

[%- INCLUDE 'common/flash.html' %]
[% 'Attention: Here will be generated a lot of CB/OB transactions.' | $T8 %]

[% 'CB Transactions' | $T8 %] [% 'OB Transactions' | $T8 %]  
[% 'Date' | $T8 %] [% L.date_tag('cb_date', SELF.cb_date) %] [% 'Date' | $T8 %] [% L.date_tag('ob_date', SELF.ob_date) %]
[% 'Reference' | $T8 %] [% L.input_tag('cb_reference', SELF.cb_reference) %] [% 'Reference' | $T8 %] [% L.input_tag('ob_reference', SELF.ob_reference) %]
[% 'Description' | $T8 %] [% L.input_tag('cb_description', SELF.cb_description) %] [% 'Description' | $T8 %] [% L.input_tag('ob_description', SELF.ob_description) %]

[% 'close chart' | $T8 %] [% L.select_tag('cbob_chart', SELF.charts9000, title_sub=\make_title_of_chart, default=SELF.cbob_chart, style="width: 400px") %]