[% INCLUDE 'header.html', title = loc('Contact Us') robots = 'noindex,nofollow' %]

[% loc('Contact the team') %]

[% INCLUDE 'errors.html' %] [% IF update %]

[% 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 %]

[% ELSIF problem %]

[% 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 %]

[% ELSE %] [% INCLUDE 'contact/blurb.html' %] [% END %] [% IF field_errors.name %]
[% field_errors.name %]
[% END %]
[% IF field_errors.em %]
[% field_errors.em %]
[% END %]
[% IF field_errors.subject %]
[% field_errors.subject %]
[% END %]
[% IF field_errors.message %]
[% field_errors.message %]
[% END %]
[% TRY %][% INCLUDE 'contact/address.html' %][% CATCH file %][% END %] [% INCLUDE 'footer.html' %]