The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[% USE HTML -%]
[% INCLUDE 'includes/admin/menu' %]
[% page.id = 'page-admin' %]

[% IF NOT user %]
	[% c.loc('USER_NOT_FOUND') %]
[% ELSE %]
	<h2>[% HTML.escape(user.username) %]</h2>
	[% INCLUDE 'includes/errors' %]
	[% form.render %]
[% END %]