[% 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 %]

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