The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[%
    admin_header = 1;
    title = c.pref('name');
    selected = 'roles';
    back = 'admin/role';
    WRAPPER page/wrapper.tt;
%]

<div id="content">
    <h1>[%loc('Create Role')%]</h1>
    [% PROCESS admin/role_form.tt active = 1 %]
</div>

[% END # WRAPPER %]