## -*- coding: utf-8 -*- <%! from pylons.i18n.translation import set_lang, get_lang from baruwa import __version__ as baruwaversion, __copyright__ as baruwacopyr %> ${config.get('baruwa.custom.name', 'Baruwa')} :: ${_('Error Occured: %s') % c.code} % if 'lang' in session and session['lang'] and session['lang'] in ['ar', 'he', 'ur', 'fa']: % else: % endif % if 'lang' in session and session['lang']: % if session['lang'] in ['ar', 'he', 'ur', 'fa']: % endif % endif ${h.javascript_link(h.media_url() + 'js/vendor/jquery.min.js', h.media_url() + 'js/vendor/jquery.mustache.min.js', url('jsi18n'), h.media_url() + 'js/baruwa/common.min.js')}

% 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


${h.link_to(_('Return to the home page'), url('home'))}.

 

${config.get('baruwa.custom.name', 'Baruwa')} Powered by Baruwa [${baruwaversion}] ${baruwacopyr}