{% extends "admin/base_site.html" %} {% block title %}{{ _('Page not found') }}{% endblock %} {% block content %}

{{ _('Page not found') }

{{ _("We're sorry, but the requested page could not be found.") }}

{% endblock %}