{% extends "admin/base_site.html" %}
{% load i18n %}

{% block title %}{% trans 'Page not found' %}{% endblock %}

{% block content_title %} {% trans 'Page not found' %} {% endblock %}

{% block content %}

<p>{% trans "We're sorry, but the requested page could not be found." %}</p>

{% endblock %}