[%

    #----------------------------------------------------------------------
    # Arguments received by this template:
    # This list may not be exhaustive, and other parameters may be added or available.
    #
    # uri - URI user tried to access without authorization
    # page_message - Additional message to display to the user

%]
[% WRAPPER 'templates/_error_wrapper' -%]
    <h2>[% uri.html() %]</h2>
    <p>[% locale.maketext('You do not have permission to access this page.') %]</p>
    [% IF page_message %]
      <blockquote>[% locale.makevar(page_message) FILTER html %]</blockquote>
    [% END %]

[% END -%]