The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
[% USE HTML -%]
[% page.id = 'page-admin' %]
[% INCLUDE 'includes/admin/menu' %]

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