[% INCLUDE 'header.html', title = loc('Contact Us') robots = 'noindex,nofollow' %]
[% 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_epoch( update.confirmed_local.epoch ) ) %] [% ELSE %] [% tprintf( loc('Update below added by %s at %s'), update.name, prettify_epoch( update.confirmed_local.epoch ) ) | html %] [% END %] [% update.text | html %]
[% IF update.anonymous %] [% tprintf( loc('Update below added anonymously at %s'), prettify_epoch( update.confirmed_local.epoch ) ) %] [% ELSE %] [% tprintf( loc('Update below added by %s at %s'), update.name, prettify_epoch( update.confirmed_local.epoch ) ) | html %] [% END %]
[% update.text | html %]
[% loc('You are reporting the following problem report for being abusive, containing personal information, or similar:') %]
[% problem.title | html %] [% IF problem.anonymous %] [% tprintf( loc('Reported anonymously at %s'), prettify_epoch( problem.confirmed_local.epoch ) ) %] [% ELSE %] [% tprintf( loc('Reported by %s at %s'), problem.user.name, prettify_epoch( problem.confirmed_local.epoch ) ) | html %] [% END %] [% problem.detail | html %]
[% IF problem.anonymous %] [% tprintf( loc('Reported anonymously at %s'), prettify_epoch( problem.confirmed_local.epoch ) ) %] [% ELSE %] [% tprintf( loc('Reported by %s at %s'), problem.user.name, prettify_epoch( problem.confirmed_local.epoch ) ) | html %] [% END %]
[% problem.detail | html %]