{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} {% block app_content %}

{{ _('Sorry, access is denied') }}

{{ _('You cannot access this area.') }}

{{ _('Back') }}

{% endblock %}