{% extends "admin/base_site.html" %} {% load static i18n %} {% block title %}{% translate 'Page not found' %}{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}

{% translate 'Page not found' %}

{% translate 'We’re sorry, but the requested page could not be found.' %}

{% translate "Go Home" %}
{% endblock %}