[% loc('You are reporting the following update for being abusive, containing personal information, or similar:') %]
[% IF update.anonymous %] [% tprintf( loc('Update below added anonymously at %s'), prettify_dt( update.confirmed ) ) %] [% ELSE %] [% tprintf( loc('Update below added by %s at %s'), update.name, prettify_dt( update.confirmed ) ) | html %] [% END %][% ELSIF problem %] [% IF moderation_complaint %][%~ update.text | html ~%]
[% loc('You are complaining that this problem report was unnecessarily moderated:') %]
[% ELSE %] [% INCLUDE 'contact/unsuitable-text.html' %] [% END %][% ELSE %] [% INCLUDE 'contact/blurb.html' %] [% END %] [% INCLUDE 'contact/who.html' %] [% IF field_errors.name %][% problem.title_safe | html %]
[% IF problem.anonymous %] [% tprintf( loc('Reported anonymously at %s'), prettify_dt( problem.confirmed ) ) %] [% ELSE %] [% tprintf( loc('Reported by %s at %s'), problem.name, prettify_dt( problem.confirmed ) ) | html %] [% END %][%~ problem.detail | html ~%]
[% loc('If you are contacting us about a specific report or update please include a link to the report in the message.') %]
[% END %] [% PROCESS 'auth/form_extra.html' %]