[% INCLUDE 'admin/header.html' title=loc('Survey Results') %]
[% loc('Reported before') %] |
[% loc('Not reported before') %] |
[% IF questionnaires.total > 0 %]
[% questionnaires.1 %] ([% 100 * questionnaires.1 / questionnaires.total | format('%.1f') %]%) |
[% questionnaires.0 %] ([% 100 * questionnaires.0 / questionnaires.total | format('%.1f') %]%) |
[% ELSE %]
[% loc('n/a') %] |
[% loc('n/a') %] |
[% END %]
[% loc('Problem state change based on survey results') %]
[% loc('Old state') %] | [% loc('New state') %] | [% loc('Total') %] |
[% WHILE ( s = state_changes.next ) %]
[% s.old_state %] | [% s.new_state %] | [% s.get_column('c') %] ([% 100 * s.get_column('c') / state_changes_count | format('%.1f') %]%) |
[% END %]
[% INCLUDE 'admin/footer.html' %]