## -*- coding: utf-8 -*- <%! from pylons.i18n.translation import set_lang, get_lang from baruwa import __version__ as baruwaversion, __copyright__ as baruwacopyr %>
% if c.code == '403': ${_('You do not have sufficient permissions to access this page. Please sign in using an account with sufficient permissions')} % elif c.code == '404': ${_('The resource you requested could not be found.')} % else: ${_('The system was unable to complete your request, the support team has been notified')} % endif
${config.get('baruwa.custom.name', 'Baruwa')} Powered by Baruwa [${baruwaversion}] ${baruwacopyr}