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

[% title | html %]

[%- INCLUDE 'common/flash.html' %]

[% 'This export will include all records in the given time range and all supplicant information from checked entities. You will receive a single zip file. Please extract this file onto the data medium requested by your auditor.' | $T8 %]

[% L.radio_button_tag('method', value='year', checked=1) %] [% 'Year' | $T8 %] [% L.select_tag('year', SELF.available_years, default=current_year) %]
[% L.radio_button_tag('method') %] [% 'From Date' | $T8 %] [% L.date_tag('from', SELF.from) %] [% 'To Date' | $T8 %] [% L.date_tag('to', SELF.to) %]