[% INCLUDE 'header.html', bodyclass = 'twothirdswidthpage', title = loc('General Enquiry') %]
[% INCLUDE 'errors.html' %] [% IF field_errors.name %]
[% field_errors.name %]
[% END %] [% IF field_errors.username_register %]
[% field_errors.username_register %]
[% END %]
[% loc('optional') %]
[% IF field_errors.category %]
[% field_errors.category %]
[% END %] [% IF field_errors.detail %]
[% field_errors.detail %]
[% END %] [% IF field_errors.photo %]

[% field_errors.photo %]

[% END %]
[% IF upload_fileid OR report.get_extra_metadata('enquiry_files').keys.count %]

[% loc('You have already attached files to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed).') %]

[% FOREACH id IN upload_fileid.split(',') %] [% END %] [% IF report.get_extra_metadata('enquiry_files') %] [% FOREACH id IN report.get_extra_metadata('enquiry_files').values %] [% id %]
[% END %] [% END %] [% END %]

[% INCLUDE 'footer.html' pagefooter = 'yes' %]