## -*- coding: utf-8 -*- <%! from pylons.i18n.translation import set_lang, get_lang %>
% if c.code == '403': ${_('You do not have sufficient permissions to access this page. Please sign in using an account with sufficient permissions')} % else: ${_('The system was unable to complete your request, the support team has been notified')} % endif