<!-- BEGIN forbidden_action.tt -->
[% META title = 'Forbidden Action' %]
<p class="error">
Permission Denied
</p>
<p class="indent">
<b>Sorry, your permissions do not allow that action.
Please contact administrator for assistance if you think this is incorrect.</b>
</p>
<p class="center">
<input type="button" value="<< Back" onclick="history.back()" class="button" />
</p>
<!-- END forbidden_action.tt -->