[%
#----------------------------------------------------------------------
# Arguments received by this template:
# This list may not be exhaustive, and other parameters may be added or available.
#
# referrer - Invalid Referrer to display to the user
%]
[% WRAPPER 'templates/_error_wrapper' -%]
[% referring_url = referrer.html(); -%]
<p>[% locale.maketext('You do not have permission to access this page from "[_1]".', "<code>$referring_url</code>") %]</p>
[% END -%]