[% INCLUDE 'admin/header.html' title=loc('Survey Results') %] [% IF questionnaires.total > 0 %] [% ELSE %] [% END %]
[% loc('Reported before') %] [% loc('Not reported before') %]
[% questionnaires.1 %] ([% 100 * questionnaires.1 / questionnaires.total | format('%.1f') %]%) [% questionnaires.0 %] ([% 100 * questionnaires.0 / questionnaires.total | format('%.1f') %]%)
[% loc('n/a') %] [% loc('n/a') %]

[% loc('Problem state change based on survey results') %]

[% WHILE ( s = state_changes.next ) %] [% END %]
[% loc('Old state') %][% loc('New state') %][% loc('Total') %]
[% s.old_state %][% s.new_state %][% s.get_column('c') %] ([% 100 * s.get_column('c') / state_changes_count | format('%.1f') %]%)
[% INCLUDE 'admin/footer.html' %]