{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{% translate '404' %}{% endblock %} {% block content %}

{% translate 'Custom!!! Page not found' %}

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

{% endblock %}