{% extends "base_template.html" %} {% block title %}{{ title }} - {{ _('Admin') }}{% endblock %} {% block content %} {# Rendered by the blueprint's error handler, inside the panel shell, so the sidebar stays with everything the account can still do. #}
{{ text }}
{% if dashboard_url %} {{ _('Back to the dashboard') }} {% endif %} {{ _('Back to the site') }}